#BAE9EF

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

Shades of Onahau #BAE9EF

Tints of Onahau #BAE9EF

Color information

#BAE9EF (or 0xBAE9EF) is unknown color: approx Onahau. HEX triplet: BA, E9 and EF. RGB value is (186,233,239). Sum of RGB (Red+Green+Blue) = 186+233+239=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9EF is #451610. Grayscale: #DBDBDB. Windows color (decimal): -4527633 or 15722938. OLE color: 15722938.

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

Color convert

RGB186233239-
CMYK0.220.0300.06
HSL186.79º62.35%83.33%-
HSV(B)186.79º22.18%93.73%-
XYZ64.9774.9592.7-
YUV219.63138.93104.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.27%
GREEN value IS 233 (91.41% from 255) = 35.41%
BLUE value IS 239 (93.75% from 255) = 36.32%
R=28.27%
G=35.41%
B=36.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862332390.220.0300.06186.7962.3583.33
HexBAE9EF16306bb3e53
Octal2723513572630627376123
Binary10111010111010011110111110110110110101110111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9EF; }

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

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

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

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

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

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

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

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