#BAE9EC

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

Shades of Onahau #BAE9EC

Tints of Onahau #BAE9EC

Color information

#BAE9EC (or 0xBAE9EC) is unknown color: approx Onahau. HEX triplet: BA, E9 and EC. RGB value is (186,233,236). Sum of RGB (Red+Green+Blue) = 186+233+236=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9EC is #451613. Grayscale: #DBDBDB. Windows color (decimal): -4527636 or 15526330. OLE color: 15526330.

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

Color convert

RGB186233236-
CMYK0.210.0100.07
HSL183.6º56.82%82.75%-
HSV(B)183.6º21.19%92.55%-
XYZ64.5374.7790.39-
YUV219.29137.43104.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.40%
GREEN value IS 233 (91.41% from 255) = 35.57%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=28.40%
G=35.57%
B=36.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862332360.210.0100.07183.656.8282.75
HexBAE9EC15107b83953
Octal2723513542510727071123
Binary1011101011101001111011001010110111101110001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9EC; }

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

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

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

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

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

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

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

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