#BFFC99

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

Shades of Reef #BFFC99

Tints of Reef #BFFC99

Color information

#BFFC99 (or 0xBFFC99) is unknown color: approx Reef. HEX triplet: BF, FC and 99. RGB value is (191,252,153). Sum of RGB (Red+Green+Blue) = 191+252+153=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFC99 is #400366. Grayscale: #DEDEDE. Windows color (decimal): -4195175 or 10091711. OLE color: 10091711.

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

Color convert

RGB191252153-
CMYK0.2400.390.01
HSL96.97º94.29%79.41%-
HSV(B)96.97º39.29%98.82%-
XYZ62.058342.89-
YUV222.4788.79105.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 252 (98.83% from 255) = 42.28%
BLUE value IS 153 (60.16% from 255) = 25.67%
R=32.05%
G=42.28%
B=25.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912521530.2400.390.0196.9794.2979.41
HexBFFC99180271615e4f
Octal277374231300471141136117
Binary1011111111111100100110011100001001111110000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFC99; }

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

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

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

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

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

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

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

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