#BEE7EC

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

Shades of Onahau #BEE7EC

Tints of Onahau #BEE7EC

Color information

#BEE7EC (or 0xBEE7EC) is unknown color: approx Onahau. HEX triplet: BE, E7 and EC. RGB value is (190,231,236). Sum of RGB (Red+Green+Blue) = 190+231+236=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE7EC is #411813. Grayscale: #DBDBDB. Windows color (decimal): -4266004 or 15525822. OLE color: 15525822.

HSL color Cylindrical-coordinate representation of color #BEE7EC: hue angle of 186.52º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE7EC is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190231236-
CMYK0.190.0200.07
HSL186.52º54.76%83.53%-
HSV(B)186.52º19.49%92.55%-
XYZ64.9574.1690.25-
YUV219.31137.42107.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.92%
GREEN value IS 231 (90.62% from 255) = 35.16%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=28.92%
G=35.16%
B=35.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902312360.190.0200.07186.5254.7683.53
HexBEE7EC13207bb3754
Octal2763473542320727367124
Binary10111110111001111110110010011100111101110111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE7EC; }

 p { color: rgb(190,231,236); }

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

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

 a { background-color: rgb(190,231,236); }

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

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

 span { border-color: rgb(190,231,236); }

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