#BEE4EE

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

Shades of Onahau #BEE4EE

Tints of Onahau #BEE4EE

Color information

#BEE4EE (or 0xBEE4EE) is unknown color: approx Onahau. HEX triplet: BE, E4 and EE. RGB value is (190,228,238). Sum of RGB (Red+Green+Blue) = 190+228+238=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4EE is #411B11. Grayscale: #D9D9D9. Windows color (decimal): -4266770 or 15656126. OLE color: 15656126.

HSL color Cylindrical-coordinate representation of color #BEE4EE: hue angle of 192.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 #BEE4EE is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190228238-
CMYK0.200.0400.07
HSL192.5º58.54%83.92%-
HSV(B)192.5º20.17%93.33%-
XYZ64.4172.6191.51-
YUV217.78139.41108.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 228 (89.45% from 255) = 34.76%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=28.96%
G=34.76%
B=36.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902282380.200.0400.07192.558.5483.92
HexBEE4EE14407c03b54
Octal2763443562440730073124
Binary101111101110010011101110101001000111110000001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4EE; }

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

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

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

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

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

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

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

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