#BAE0EA

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

Shades of Onahau #BAE0EA

Tints of Onahau #BAE0EA

Color information

#BAE0EA (or 0xBAE0EA) is unknown color: approx Onahau. HEX triplet: BA, E0 and EA. RGB value is (186,224,234). Sum of RGB (Red+Green+Blue) = 186+224+234=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0EA is #451F15. Grayscale: #D5D5D5. Windows color (decimal): -4529942 or 15392954. OLE color: 15392954.

HSL color Cylindrical-coordinate representation of color #BAE0EA: hue angle of 192.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE0EA is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186224234-
CMYK0.210.0400.08
HSL192.5º53.33%82.35%-
HSV(B)192.5º20.51%91.76%-
XYZ61.7669.6988.04-
YUV213.78139.41108.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 224 (87.89% from 255) = 34.78%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=28.88%
G=34.78%
B=36.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862242340.210.0400.08192.553.3382.35
HexBAE0EA15408c03552
Octal27234035225401030065122
Binary1011101011100000111010101010110001000110000001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0EA; }

 p { color: rgb(186,224,234); }

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

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

 a { background-color: rgb(186,224,234); }

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

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

 span { border-color: rgb(186,224,234); }

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