#BAE5ED

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

Shades of Onahau #BAE5ED

Tints of Onahau #BAE5ED

Color information

#BAE5ED (or 0xBAE5ED) is unknown color: approx Onahau. HEX triplet: BA, E5 and ED. RGB value is (186,229,237). Sum of RGB (Red+Green+Blue) = 186+229+237=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5ED is #451A12. Grayscale: #D8D8D8. Windows color (decimal): -4528659 or 15590842. OLE color: 15590842.

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

Color convert

RGB186229237-
CMYK0.220.0300.07
HSL189.41º58.62%82.94%-
HSV(B)189.41º21.52%92.94%-
XYZ63.5672.5990.78-
YUV217.06139.25105.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.53%
GREEN value IS 229 (89.84% from 255) = 35.12%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=28.53%
G=35.12%
B=36.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862292370.220.0300.07189.4158.6282.94
HexBAE5ED16307bd3b53
Octal2723453552630727573123
Binary10111010111001011110110110110110111101111011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5ED; }

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

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

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

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

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

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

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

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