#BEE1BA

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

Shades of Surf Crest #BEE1BA

Tints of Surf Crest #BEE1BA

Color information

#BEE1BA (or 0xBEE1BA) is unknown color: approx Surf Crest. HEX triplet: BE, E1 and BA. RGB value is (190,225,186). Sum of RGB (Red+Green+Blue) = 190+225+186=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1BA is #411E45. Grayscale: #D2D2D2. Windows color (decimal): -4267590 or 12247486. OLE color: 12247486.

HSL color Cylindrical-coordinate representation of color #BEE1BA: hue angle of 113.85º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE1BA is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB190225186-
CMYK0.1600.170.12
HSL113.85º39.39%80.59%-
HSV(B)113.85º17.33%88.24%-
XYZ57.0268.3456.64-
YUV210.09114.4113.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=31.61%
G=37.44%
B=30.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902251860.1600.170.12113.8539.3980.59
HexBEE1BA10011C722751
Octal276341272200211416247121
Binary10111110111000011011101010000010001110011100101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1BA; }

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

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

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

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

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

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

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

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