#BAE5E8

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

Shades of Onahau #BAE5E8

Tints of Onahau #BAE5E8

Color information

#BAE5E8 (or 0xBAE5E8) is unknown color: approx Onahau. HEX triplet: BA, E5 and E8. RGB value is (186,229,232). Sum of RGB (Red+Green+Blue) = 186+229+232=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAE5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5E8 is #451A17. Grayscale: #D8D8D8. Windows color (decimal): -4528664 or 15263162. OLE color: 15263162.

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

Color convert

RGB186229232-
CMYK0.200.0100.09
HSL183.91º50%81.96%-
HSV(B)183.91º19.83%90.98%-
XYZ62.8372.386.99-
YUV216.48136.75106.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.75%
GREEN value IS 229 (89.84% from 255) = 35.39%
BLUE value IS 232 (91.02% from 255) = 35.86%
R=28.75%
G=35.39%
B=35.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862292320.200.0100.09183.915081.96
HexBAE5E814109b83252
Octal27234535024101127062122
Binary10111010111001011110100010100101001101110001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5E8; }

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

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

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

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

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

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

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

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