#BFFB94

Color #BFFB94 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #BFFB94

Tints of Reef #BFFB94

Color information

#BFFB94 (or 0xBFFB94) is unknown color: approx Reef. HEX triplet: BF, FB and 94. RGB value is (191,251,148). Sum of RGB (Red+Green+Blue) = 191+251+148=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFB94 is #40046B. Grayscale: #DDDDDD. Windows color (decimal): -4195436 or 9763775. OLE color: 9763775.

HSL color Cylindrical-coordinate representation of color #BFFB94: hue angle of 94.95º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFFB94 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB191251148-
CMYK0.2400.410.02
HSL94.95º92.79%78.24%-
HSV(B)94.95º41.04%98.43%-
XYZ61.3382.2140.65-
YUV221.3286.62106.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 251 (98.44% from 255) = 42.54%
BLUE value IS 148 (58.20% from 255) = 25.08%
R=32.37%
G=42.54%
B=25.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912511480.2400.410.0294.9592.7978.24
HexBFFB941802925f5d4e
Octal277373224300512137135116
Binary10111111111110111001010011000010100110101111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFB94; }

 p { color: rgb(191,251,148); }

 H1.HeaderClassName
 {
   color: #BFFB94;
 }
 .AnyTagClassName
 {
   color: #BFFB94;
 }
</style>
background-color css

<style>
 a { background-color: #BFFB94; }

 a { background-color: rgb(191,251,148); }

 div.DivClassName
 {
   background-color: #BFFB94;
 }
 .BgClassName
 {
   background-color: #BFFB94;
 }
</style>
border-color css

<style>
 span { border-color: #BFFB94; }

 span { border-color: rgb(191,251,148); }

 td.TdClassName
 {
   border-color: #BFFB94;
 }
 .TagClassName
 {
   border-color: #BFFB94;
 }
</style>