#BEE9BA

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

Shades of Surf Crest #BEE9BA

Tints of Surf Crest #BEE9BA

Color information

#BEE9BA (or 0xBEE9BA) is unknown color: approx Surf Crest. HEX triplet: BE, E9 and BA. RGB value is (190,233,186). Sum of RGB (Red+Green+Blue) = 190+233+186=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9BA is #411645. Grayscale: #D6D6D6. Windows color (decimal): -4265542 or 12249534. OLE color: 12249534.

HSL color Cylindrical-coordinate representation of color #BEE9BA: hue angle of 114.89º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEE9BA is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB190233186-
CMYK0.1800.200.09
HSL114.89º51.65%82.16%-
HSV(B)114.89º20.17%91.37%-
XYZ59.2472.7757.38-
YUV214.78111.75110.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 233 (91.41% from 255) = 38.26%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=31.20%
G=38.26%
B=30.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902331860.1800.200.09114.8951.6582.16
HexBEE9BA120149733452
Octal276351272220241116364122
Binary10111110111010011011101010010010100100111100111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9BA; }

 p { color: rgb(190,233,186); }

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

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

 a { background-color: rgb(190,233,186); }

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

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

 span { border-color: rgb(190,233,186); }

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