#BAE6E8

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

Shades of Onahau #BAE6E8

Tints of Onahau #BAE6E8

Color information

#BAE6E8 (or 0xBAE6E8) is unknown color: approx Onahau. HEX triplet: BA, E6 and E8. RGB value is (186,230,232). Sum of RGB (Red+Green+Blue) = 186+230+232=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAE6E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6E8 is #451917. Grayscale: #D9D9D9. Windows color (decimal): -4528408 or 15263418. OLE color: 15263418.

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

Color convert

RGB186230232-
CMYK0.200.0100.09
HSL182.61º50%81.96%-
HSV(B)182.61º19.83%90.98%-
XYZ63.1172.8687.08-
YUV217.07136.42105.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.70%
GREEN value IS 230 (90.23% from 255) = 35.49%
BLUE value IS 232 (91.02% from 255) = 35.80%
R=28.70%
G=35.49%
B=35.80%

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
Decimal1862302320.200.0100.09182.615081.96
HexBAE6E814109b73252
Octal27234635024101126762122
Binary10111010111001101110100010100101001101101111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6E8; }

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

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

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

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

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

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

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

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