#BAE5EC

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

Shades of Onahau #BAE5EC

Tints of Onahau #BAE5EC

Color information

#BAE5EC (or 0xBAE5EC) is unknown color: approx Onahau. HEX triplet: BA, E5 and EC. RGB value is (186,229,236). Sum of RGB (Red+Green+Blue) = 186+229+236=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5EC is #451A13. Grayscale: #D8D8D8. Windows color (decimal): -4528660 or 15525306. OLE color: 15525306.

HSL color Cylindrical-coordinate representation of color #BAE5EC: hue angle of 188.4º 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 #BAE5EC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186229236-
CMYK0.210.0300.07
HSL188.4º56.82%82.75%-
HSV(B)188.4º21.19%92.55%-
XYZ63.4172.5390.02-
YUV216.94138.75105.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.57%
GREEN value IS 229 (89.84% from 255) = 35.18%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=28.57%
G=35.18%
B=36.25%

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
Decimal1862292360.210.0300.07188.456.8282.75
HexBAE5EC15307bc3953
Octal2723453542530727471123
Binary10111010111001011110110010101110111101111001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5EC; }

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

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

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

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

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

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

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

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