#BFEA9B

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

Shades of Reef #BFEA9B

Tints of Reef #BFEA9B

Color information

#BFEA9B (or 0xBFEA9B) is unknown color: approx Reef. HEX triplet: BF, EA and 9B. RGB value is (191,234,155). Sum of RGB (Red+Green+Blue) = 191+234+155=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEA9B is #401564. Grayscale: #D4D4D4. Windows color (decimal): -4199781 or 10218175. OLE color: 10218175.

HSL color Cylindrical-coordinate representation of color #BFEA9B: hue angle of 92.66º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFEA9B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB191234155-
CMYK0.1800.340.08
HSL92.66º65.29%76.27%-
HSV(B)92.66º33.76%91.76%-
XYZ56.8372.2941.97-
YUV212.1495.75112.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 234 (91.80% from 255) = 40.34%
BLUE value IS 155 (60.94% from 255) = 26.72%
R=32.93%
G=40.34%
B=26.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912341550.1800.340.0892.6665.2976.27
HexBFEA9B1202285d414c
Octal2773522332204210135101114
Binary1011111111101010100110111001001000101000101110110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEA9B; }

 p { color: rgb(191,234,155); }

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

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

 a { background-color: rgb(191,234,155); }

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

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

 span { border-color: rgb(191,234,155); }

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