#BAE3EC

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

Shades of Onahau #BAE3EC

Tints of Onahau #BAE3EC

Color information

#BAE3EC (or 0xBAE3EC) is unknown color: approx Onahau. HEX triplet: BA, E3 and EC. RGB value is (186,227,236). Sum of RGB (Red+Green+Blue) = 186+227+236=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE3EC is #451C13. Grayscale: #D7D7D7. Windows color (decimal): -4529172 or 15524794. OLE color: 15524794.

HSL color Cylindrical-coordinate representation of color #BAE3EC: hue angle of 190.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE3EC is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186227236-
CMYK0.210.0400.07
HSL190.8º56.82%82.75%-
HSV(B)190.8º21.19%92.55%-
XYZ62.8671.4389.83-
YUV215.77139.42106.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 227 (89.06% from 255) = 34.98%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=28.66%
G=34.98%
B=36.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862272360.210.0400.07190.856.8282.75
HexBAE3EC15407bf3953
Octal2723433542540727771123
Binary101110101110001111101100101011000111101111111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE3EC; }

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

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

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

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

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

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

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

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