#BAE8EC

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

Shades of Onahau #BAE8EC

Tints of Onahau #BAE8EC

Color information

#BAE8EC (or 0xBAE8EC) is unknown color: approx Onahau. HEX triplet: BA, E8 and EC. RGB value is (186,232,236). Sum of RGB (Red+Green+Blue) = 186+232+236=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8EC is #451713. Grayscale: #DADADA. Windows color (decimal): -4527892 or 15526074. OLE color: 15526074.

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

Color convert

RGB186232236-
CMYK0.210.0200.07
HSL184.8º56.82%82.75%-
HSV(B)184.8º21.19%92.55%-
XYZ64.2574.2190.29-
YUV218.7137.76104.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.44%
GREEN value IS 232 (91.02% from 255) = 35.47%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=28.44%
G=35.47%
B=36.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862322360.210.0200.07184.856.8282.75
HexBAE8EC15207b93953
Octal2723503542520727171123
Binary10111010111010001110110010101100111101110011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8EC; }

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

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

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

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

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

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

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

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