#BEE5BA

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

Shades of Surf Crest #BEE5BA

Tints of Surf Crest #BEE5BA

Color information

#BEE5BA (or 0xBEE5BA) is unknown color: approx Surf Crest. HEX triplet: BE, E5 and BA. RGB value is (190,229,186). Sum of RGB (Red+Green+Blue) = 190+229+186=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE5BA is #411A45. Grayscale: #D4D4D4. Windows color (decimal): -4266566 or 12248510. OLE color: 12248510.

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

Color convert

RGB190229186-
CMYK0.1700.190.10
HSL114.42º45.26%81.37%-
HSV(B)114.42º18.78%89.8%-
XYZ58.1270.5357.01-
YUV212.44113.08112-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 229 (89.84% from 255) = 37.85%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=31.40%
G=37.85%
B=30.74%

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
Decimal1902291860.1700.190.10114.4245.2681.37
HexBEE5BA11013A722d51
Octal276345272210231216255121
Binary10111110111001011011101010001010011101011100101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE5BA; }

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

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

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

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

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

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

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

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