#BAE7E9

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

Shades of Onahau #BAE7E9

Tints of Onahau #BAE7E9

Color information

#BAE7E9 (or 0xBAE7E9) is unknown color: approx Onahau. HEX triplet: BA, E7 and E9. RGB value is (186,231,233). Sum of RGB (Red+Green+Blue) = 186+231+233=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAE7E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7E9 is #451816. Grayscale: #D9D9D9. Windows color (decimal): -4528151 or 15329210. OLE color: 15329210.

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

Color convert

RGB186231233-
CMYK0.200.0100.09
HSL182.55º51.65%82.16%-
HSV(B)182.55º20.17%91.37%-
XYZ63.5373.4787.92-
YUV217.77136.59105.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 231 (90.62% from 255) = 35.54%
BLUE value IS 233 (91.41% from 255) = 35.85%
R=28.62%
G=35.54%
B=35.85%

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
Decimal1862312330.200.0100.09182.5551.6582.16
HexBAE7E914109b73452
Octal27234735124101126764122
Binary10111010111001111110100110100101001101101111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7E9; }

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

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

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

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

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

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

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

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