#BAE8EE

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

Shades of Onahau #BAE8EE

Tints of Onahau #BAE8EE

Color information

#BAE8EE (or 0xBAE8EE) is unknown color: approx Onahau. HEX triplet: BA, E8 and EE. RGB value is (186,232,238). Sum of RGB (Red+Green+Blue) = 186+232+238=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8EE is #451711. Grayscale: #DADADA. Windows color (decimal): -4527890 or 15657146. OLE color: 15657146.

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

Color convert

RGB186232238-
CMYK0.220.0300.07
HSL186.92º60.47%83.14%-
HSV(B)186.92º21.85%93.33%-
XYZ64.5474.3391.83-
YUV218.93138.76104.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.35%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=28.35%
G=35.37%
B=36.28%

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
Decimal1862322380.220.0300.07186.9260.4783.14
HexBAE8EE16307bb3c53
Octal2723503562630727374123
Binary10111010111010001110111010110110111101110111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8EE; }

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

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

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

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

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

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

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

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