#BAE9ED

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

Shades of Onahau #BAE9ED

Tints of Onahau #BAE9ED

Color information

#BAE9ED (or 0xBAE9ED) is unknown color: approx Onahau. HEX triplet: BA, E9 and ED. RGB value is (186,233,237). Sum of RGB (Red+Green+Blue) = 186+233+237=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAE9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9ED is #451612. Grayscale: #DBDBDB. Windows color (decimal): -4527635 or 15591866. OLE color: 15591866.

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

Color convert

RGB186233237-
CMYK0.220.0200.07
HSL184.71º58.62%82.94%-
HSV(B)184.71º21.52%92.94%-
XYZ64.6774.8391.16-
YUV219.4137.93104.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.35%
GREEN value IS 233 (91.41% from 255) = 35.52%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=28.35%
G=35.52%
B=36.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862332370.220.0200.07184.7158.6282.94
HexBAE9ED16207b93b53
Octal2723513552620727173123
Binary10111010111010011110110110110100111101110011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9ED; }

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

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

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

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

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

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

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

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