#BFE997

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

Shades of Reef #BFE997

Tints of Reef #BFE997

Color information

#BFE997 (or 0xBFE997) is unknown color: approx Reef. HEX triplet: BF, E9 and 97. RGB value is (191,233,151). Sum of RGB (Red+Green+Blue) = 191+233+151=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 151 (59.38% from 255 or 26.26% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE997 is #401668. Grayscale: #D3D3D3. Windows color (decimal): -4200041 or 9955775. OLE color: 9955775.

HSL color Cylindrical-coordinate representation of color #BFE997: hue angle of 90.73º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFE997 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB191233151-
CMYK0.1800.350.09
HSL90.73º65.08%75.29%-
HSV(B)90.73º35.19%91.37%-
XYZ56.2171.5940.13-
YUV211.0994.09113.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 233 (91.41% from 255) = 40.52%
BLUE value IS 151 (59.38% from 255) = 26.26%
R=33.22%
G=40.52%
B=26.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912331510.1800.350.0990.7365.0875.29
HexBFE9971202395b414b
Octal2773512272204311133101113
Binary1011111111101001100101111001001000111001101101110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE997; }

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

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

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

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

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

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

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

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