#BEE6BA

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

Shades of Surf Crest #BEE6BA

Tints of Surf Crest #BEE6BA

Color information

#BEE6BA (or 0xBEE6BA) is unknown color: approx Surf Crest. HEX triplet: BE, E6 and BA. RGB value is (190,230,186). Sum of RGB (Red+Green+Blue) = 190+230+186=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE6BA is #411945. Grayscale: #D5D5D5. Windows color (decimal): -4266310 or 12248766. OLE color: 12248766.

HSL color Cylindrical-coordinate representation of color #BEE6BA: hue angle of 114.55º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE6BA is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB190230186-
CMYK0.1700.190.10
HSL114.55º46.81%81.57%-
HSV(B)114.55º19.13%90.2%-
XYZ58.3971.0957.1-
YUV213.02112.75111.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 230 (90.23% from 255) = 37.95%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=31.35%
G=37.95%
B=30.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902301860.1700.190.10114.5546.8181.57
HexBEE6BA11013A732f52
Octal276346272210231216357122
Binary10111110111001101011101010001010011101011100111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE6BA; }

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

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

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

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

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

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

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

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