#BFEE9A

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

Shades of Reef #BFEE9A

Tints of Reef #BFEE9A

Color information

#BFEE9A (or 0xBFEE9A) is unknown color: approx Reef. HEX triplet: BF, EE and 9A. RGB value is (191,238,154). Sum of RGB (Red+Green+Blue) = 191+238+154=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEE9A is #401165. Grayscale: #D6D6D6. Windows color (decimal): -4198758 or 10153663. OLE color: 10153663.

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

Color convert

RGB191238154-
CMYK0.2000.350.07
HSL93.57º71.19%76.86%-
HSV(B)93.57º35.29%93.33%-
XYZ57.8974.5641.91-
YUV214.3793.93111.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 238 (93.36% from 255) = 40.82%
BLUE value IS 154 (60.55% from 255) = 26.42%
R=32.76%
G=40.82%
B=26.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381540.2000.350.0793.5771.1976.86
HexBFEE9A1402375e474d
Octal277356232240437136107115
Binary101111111110111010011010101000100011111101111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEE9A; }

 p { color: rgb(191,238,154); }

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

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

 a { background-color: rgb(191,238,154); }

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

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

 span { border-color: rgb(191,238,154); }

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