#BAE8EF

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

Shades of Onahau #BAE8EF

Tints of Onahau #BAE8EF

Color information

#BAE8EF (or 0xBAE8EF) is unknown color: approx Onahau. HEX triplet: BA, E8 and EF. RGB value is (186,232,239). Sum of RGB (Red+Green+Blue) = 186+232+239=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8EF is #451710. Grayscale: #DADADA. Windows color (decimal): -4527889 or 15722682. OLE color: 15722682.

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

Color convert

RGB186232239-
CMYK0.220.0300.06
HSL187.92º62.35%83.33%-
HSV(B)187.92º22.18%93.73%-
XYZ64.6974.3892.61-
YUV219.04139.26104.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.31%
GREEN value IS 232 (91.02% from 255) = 35.31%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=28.31%
G=35.31%
B=36.38%

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
Decimal1862322390.220.0300.06187.9262.3583.33
HexBAE8EF16306bc3e53
Octal2723503572630627476123
Binary10111010111010001110111110110110110101111001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8EF; }

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

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

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

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

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

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

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

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