#BEEC96

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

Shades of Reef #BEEC96

Tints of Reef #BEEC96

Color information

#BEEC96 (or 0xBEEC96) is unknown color: approx Reef. HEX triplet: BE, EC and 96. RGB value is (190,236,150). Sum of RGB (Red+Green+Blue) = 190+236+150=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEC96 is #411369. Grayscale: #D4D4D4. Windows color (decimal): -4264810 or 9891006. OLE color: 9891006.

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

Color convert

RGB190236150-
CMYK0.1900.360.07
HSL92.09º69.35%75.69%-
HSV(B)92.09º36.44%92.55%-
XYZ56.7473.1439.98-
YUV212.4492.76111.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 236 (92.58% from 255) = 40.97%
BLUE value IS 150 (58.98% from 255) = 26.04%
R=32.99%
G=40.97%
B=26.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902361500.1900.360.0792.0969.3575.69
HexBEEC961302475c454c
Octal276354226230447134105114
Binary101111101110110010010110100110100100111101110010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEC96; }

 p { color: rgb(190,236,150); }

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

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

 a { background-color: rgb(190,236,150); }

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

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

 span { border-color: rgb(190,236,150); }

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