#BEE0EE

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

Shades of Onahau #BEE0EE

Tints of Onahau #BEE0EE

Color information

#BEE0EE (or 0xBEE0EE) is unknown color: approx Onahau. HEX triplet: BE, E0 and EE. RGB value is (190,224,238). Sum of RGB (Red+Green+Blue) = 190+224+238=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0EE is #411F11. Grayscale: #D7D7D7. Windows color (decimal): -4267794 or 15655102. OLE color: 15655102.

HSL color Cylindrical-coordinate representation of color #BEE0EE: hue angle of 197.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEE0EE is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190224238-
CMYK0.200.0600.07
HSL197.5º58.54%83.92%-
HSV(B)197.5º20.17%93.33%-
XYZ63.3270.4391.15-
YUV215.43140.74109.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 224 (87.89% from 255) = 34.36%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=29.14%
G=34.36%
B=36.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902242380.200.0600.07197.558.5483.92
HexBEE0EE14607c63b54
Octal2763403562460730673124
Binary101111101110000011101110101001100111110001101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0EE; }

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

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

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

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

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

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

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

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