#BAE3E8

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

Shades of Onahau #BAE3E8

Tints of Onahau #BAE3E8

Color information

#BAE3E8 (or 0xBAE3E8) is unknown color: approx Onahau. HEX triplet: BA, E3 and E8. RGB value is (186,227,232). Sum of RGB (Red+Green+Blue) = 186+227+232=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAE3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE3E8 is #451C17. Grayscale: #D7D7D7. Windows color (decimal): -4529176 or 15262650. OLE color: 15262650.

HSL color Cylindrical-coordinate representation of color #BAE3E8: hue angle of 186.52º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE3E8 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186227232-
CMYK0.200.0200.09
HSL186.52º50%81.96%-
HSV(B)186.52º19.83%90.98%-
XYZ62.2871.286.8-
YUV215.31137.42107.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.84%
GREEN value IS 227 (89.06% from 255) = 35.19%
BLUE value IS 232 (91.02% from 255) = 35.97%
R=28.84%
G=35.19%
B=35.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862272320.200.0200.09186.525081.96
HexBAE3E814209bb3252
Octal27234335024201127362122
Binary101110101110001111101000101001001001101110111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE3E8; }

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

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

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

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

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

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

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

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