#BEE4ED

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

Shades of Onahau #BEE4ED

Tints of Onahau #BEE4ED

Color information

#BEE4ED (or 0xBEE4ED) is unknown color: approx Onahau. HEX triplet: BE, E4 and ED. RGB value is (190,228,237). Sum of RGB (Red+Green+Blue) = 190+228+237=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4ED is #411B12. Grayscale: #D9D9D9. Windows color (decimal): -4266771 or 15590590. OLE color: 15590590.

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

Color convert

RGB190228237-
CMYK0.200.0400.07
HSL191.49º56.63%83.73%-
HSV(B)191.49º19.83%92.94%-
XYZ64.2672.5590.74-
YUV217.66138.91108.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=29.01%
G=34.81%
B=36.18%

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
Decimal1902282370.200.0400.07191.4956.6383.73
HexBEE4ED14407bf3954
Octal2763443552440727771124
Binary101111101110010011101101101001000111101111111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4ED; }

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

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

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

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

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

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

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

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