#BAE3EA

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

Shades of Onahau #BAE3EA

Tints of Onahau #BAE3EA

Color information

#BAE3EA (or 0xBAE3EA) is unknown color: approx Onahau. HEX triplet: BA, E3 and EA. RGB value is (186,227,234). Sum of RGB (Red+Green+Blue) = 186+227+234=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE3EA is #451C15. Grayscale: #D7D7D7. Windows color (decimal): -4529174 or 15393722. OLE color: 15393722.

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

Color convert

RGB186227234-
CMYK0.210.0300.08
HSL188.75º53.33%82.35%-
HSV(B)188.75º20.51%91.76%-
XYZ62.5771.3288.31-
YUV215.54138.42106.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.75%
GREEN value IS 227 (89.06% from 255) = 35.09%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=28.75%
G=35.09%
B=36.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862272340.210.0300.08188.7553.3382.35
HexBAE3EA15308bd3552
Octal27234335225301027565122
Binary101110101110001111101010101011101000101111011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE3EA; }

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

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

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

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

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

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

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

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