#BFFB99

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

Shades of Reef #BFFB99

Tints of Reef #BFFB99

Color information

#BFFB99 (or 0xBFFB99) is unknown color: approx Reef. HEX triplet: BF, FB and 99. RGB value is (191,251,153). Sum of RGB (Red+Green+Blue) = 191+251+153=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFB99 is #400466. Grayscale: #DEDEDE. Windows color (decimal): -4195431 or 10091455. OLE color: 10091455.

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

Color convert

RGB191251153-
CMYK0.2400.390.02
HSL96.73º92.45%79.22%-
HSV(B)96.73º39.04%98.43%-
XYZ61.7382.3742.78-
YUV221.8989.12105.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 251 (98.44% from 255) = 42.18%
BLUE value IS 153 (60.16% from 255) = 25.71%
R=32.10%
G=42.18%
B=25.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912511530.2400.390.0296.7392.4579.22
HexBFFB99180272615c4f
Octal277373231300472141134117
Binary10111111111110111001100111000010011110110000110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFB99; }

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

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

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

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

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

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

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

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