#BFED96

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

Shades of Reef #BFED96

Tints of Reef #BFED96

Color information

#BFED96 (or 0xBFED96) is unknown color: approx Reef. HEX triplet: BF, ED and 96. RGB value is (191,237,150). Sum of RGB (Red+Green+Blue) = 191+237+150=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFED96 is #401269. Grayscale: #D5D5D5. Windows color (decimal): -4199018 or 9891263. OLE color: 9891263.

HSL color Cylindrical-coordinate representation of color #BFED96: hue angle of 91.72º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFED96 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB191237150-
CMYK0.1900.370.07
HSL91.72º70.73%75.88%-
HSV(B)91.72º36.71%92.94%-
XYZ57.2873.8540.09-
YUV213.3392.26112.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 237 (92.97% from 255) = 41.00%
BLUE value IS 150 (58.98% from 255) = 25.95%
R=33.04%
G=41.00%
B=25.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912371500.1900.370.0791.7270.7375.88
HexBFED961302575c474c
Octal277355226230457134107114
Binary101111111110110110010110100110100101111101110010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFED96; }

 p { color: rgb(191,237,150); }

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

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

 a { background-color: rgb(191,237,150); }

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

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

 span { border-color: rgb(191,237,150); }

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