#BEE2BA

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

Shades of Surf Crest #BEE2BA

Tints of Surf Crest #BEE2BA

Color information

#BEE2BA (or 0xBEE2BA) is unknown color: approx Surf Crest. HEX triplet: BE, E2 and BA. RGB value is (190,226,186). Sum of RGB (Red+Green+Blue) = 190+226+186=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2BA is #411D45. Grayscale: #D2D2D2. Windows color (decimal): -4267334 or 12247742. OLE color: 12247742.

HSL color Cylindrical-coordinate representation of color #BEE2BA: hue angle of 114º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE2BA is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB190226186-
CMYK0.1600.180.11
HSL114º40.82%80.78%-
HSV(B)114º17.7%88.63%-
XYZ57.2968.8956.73-
YUV210.68114.07113.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 226 (88.67% from 255) = 37.54%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=31.56%
G=37.54%
B=30.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902261860.1600.180.1111440.8280.78
HexBEE2BA10012B722951
Octal276342272200221316251121
Binary10111110111000101011101010000010010101111100101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2BA; }

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

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

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

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

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

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

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

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