#BEE0EC

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

Shades of Onahau #BEE0EC

Tints of Onahau #BEE0EC

Color information

#BEE0EC (or 0xBEE0EC) is unknown color: approx Onahau. HEX triplet: BE, E0 and EC. RGB value is (190,224,236). Sum of RGB (Red+Green+Blue) = 190+224+236=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0EC is #411F13. Grayscale: #D7D7D7. Windows color (decimal): -4267796 or 15524030. OLE color: 15524030.

HSL color Cylindrical-coordinate representation of color #BEE0EC: hue angle of 195.65º 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 #BEE0EC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190224236-
CMYK0.190.0500.07
HSL195.65º54.76%83.53%-
HSV(B)195.65º19.49%92.55%-
XYZ63.0370.3189.61-
YUV215.2139.74110.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.23%
GREEN value IS 224 (87.89% from 255) = 34.46%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=29.23%
G=34.46%
B=36.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902242360.190.0500.07195.6554.7683.53
HexBEE0EC13507c43754
Octal2763403542350730467124
Binary101111101110000011101100100111010111110001001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0EC; }

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

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

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

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

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

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

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

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