#BEE4EA

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

Shades of Onahau #BEE4EA

Tints of Onahau #BEE4EA

Color information

#BEE4EA (or 0xBEE4EA) is unknown color: approx Onahau. HEX triplet: BE, E4 and EA. RGB value is (190,228,234). Sum of RGB (Red+Green+Blue) = 190+228+234=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4EA is #411B15. Grayscale: #D9D9D9. Windows color (decimal): -4266774 or 15393982. OLE color: 15393982.

HSL color Cylindrical-coordinate representation of color #BEE4EA: hue angle of 188.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE4EA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190228234-
CMYK0.190.0300.08
HSL188.18º51.16%83.14%-
HSV(B)188.18º18.8%91.76%-
XYZ63.8372.3788.45-
YUV217.32137.41108.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 228 (89.45% from 255) = 34.97%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=29.14%
G=34.97%
B=35.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902282340.190.0300.08188.1851.1683.14
HexBEE4EA13308bc3353
Octal27634435223301027463123
Binary101111101110010011101010100111101000101111001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4EA; }

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

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

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

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

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

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

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

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