#BEE5EA

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

Shades of Onahau #BEE5EA

Tints of Onahau #BEE5EA

Color information

#BEE5EA (or 0xBEE5EA) is unknown color: approx Onahau. HEX triplet: BE, E5 and EA. RGB value is (190,229,234). Sum of RGB (Red+Green+Blue) = 190+229+234=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5EA is #411A15. Grayscale: #D9D9D9. Windows color (decimal): -4266518 or 15394238. OLE color: 15394238.

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

Color convert

RGB190229234-
CMYK0.190.0200.08
HSL186.82º51.16%83.14%-
HSV(B)186.82º18.8%91.76%-
XYZ64.1172.9388.54-
YUV217.91137.08108.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=29.10%
G=35.07%
B=35.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902292340.190.0200.08186.8251.1683.14
HexBEE5EA13208bb3353
Octal27634535223201027363123
Binary101111101110010111101010100111001000101110111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE5EA; }

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

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

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

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

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

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

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

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