#BAE7E8

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

Shades of Onahau #BAE7E8

Tints of Onahau #BAE7E8

Color information

#BAE7E8 (or 0xBAE7E8) is unknown color: approx Onahau. HEX triplet: BA, E7 and E8. RGB value is (186,231,232). Sum of RGB (Red+Green+Blue) = 186+231+232=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAE7E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7E8 is #451817. Grayscale: #D9D9D9. Windows color (decimal): -4528152 or 15263674. OLE color: 15263674.

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

Color convert

RGB186231232-
CMYK0.200.0000.09
HSL181.3º50%81.96%-
HSV(B)181.3º19.83%90.98%-
XYZ63.3973.4287.17-
YUV217.66136.09105.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 231 (90.62% from 255) = 35.59%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=28.66%
G=35.59%
B=35.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862312320.200.0000.09181.35081.96
HexBAE7E814009b53252
Octal27234735024001126562122
Binary10111010111001111110100010100001001101101011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7E8; }

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

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

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

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

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

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

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

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