#BFFB97

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

Shades of Reef #BFFB97

Tints of Reef #BFFB97

Color information

#BFFB97 (or 0xBFFB97) is unknown color: approx Reef. HEX triplet: BF, FB and 97. RGB value is (191,251,151). Sum of RGB (Red+Green+Blue) = 191+251+151=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 151 (59.38% from 255 or 25.46% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFB97 is #400468. Grayscale: #DEDEDE. Windows color (decimal): -4195433 or 9960383. OLE color: 9960383.

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

Color convert

RGB191251151-
CMYK0.2400.400.02
HSL96º92.59%78.82%-
HSV(B)96º39.84%98.43%-
XYZ61.5782.3141.92-
YUV221.6688.12106.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 251 (98.44% from 255) = 42.33%
BLUE value IS 151 (59.38% from 255) = 25.46%
R=32.21%
G=42.33%
B=25.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912511510.2400.400.029692.5978.82
HexBFFB97180282605d4f
Octal277373227300502140135117
Binary10111111111110111001011111000010100010110000010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFB97; }

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

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

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

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

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

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

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

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