#BFFC98

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

Shades of Reef #BFFC98

Tints of Reef #BFFC98

Color information

#BFFC98 (or 0xBFFC98) is unknown color: approx Reef. HEX triplet: BF, FC and 98. RGB value is (191,252,152). Sum of RGB (Red+Green+Blue) = 191+252+152=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFC98 is #400367. Grayscale: #DEDEDE. Windows color (decimal): -4195176 or 10026175. OLE color: 10026175.

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

Color convert

RGB191252152-
CMYK0.2400.400.01
HSL96.6º94.34%79.22%-
HSV(B)96.6º39.68%98.82%-
XYZ61.9682.9642.45-
YUV222.3688.29105.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 252 (98.83% from 255) = 42.35%
BLUE value IS 152 (59.77% from 255) = 25.55%
R=32.10%
G=42.35%
B=25.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912521520.2400.400.0196.694.3479.22
HexBFFC98180281615e4f
Octal277374230300501141136117
Binary1011111111111100100110001100001010001110000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFC98; }

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

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

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

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

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

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

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

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