#BAE6EC

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

Shades of Onahau #BAE6EC

Tints of Onahau #BAE6EC

Color information

#BAE6EC (or 0xBAE6EC) is unknown color: approx Onahau. HEX triplet: BA, E6 and EC. RGB value is (186,230,236). Sum of RGB (Red+Green+Blue) = 186+230+236=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6EC is #451913. Grayscale: #D9D9D9. Windows color (decimal): -4528404 or 15525562. OLE color: 15525562.

HSL color Cylindrical-coordinate representation of color #BAE6EC: hue angle of 187.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE6EC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186230236-
CMYK0.210.0300.07
HSL187.2º56.82%82.75%-
HSV(B)187.2º21.19%92.55%-
XYZ63.6973.0990.11-
YUV217.53138.42105.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.53%
GREEN value IS 230 (90.23% from 255) = 35.28%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=28.53%
G=35.28%
B=36.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862302360.210.0300.07187.256.8282.75
HexBAE6EC15307bb3953
Octal2723463542530727371123
Binary10111010111001101110110010101110111101110111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6EC; }

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

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

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

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

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

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

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

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