#BAE0EE

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

Shades of Onahau #BAE0EE

Tints of Onahau #BAE0EE

Color information

#BAE0EE (or 0xBAE0EE) is unknown color: approx Onahau. HEX triplet: BA, E0 and EE. RGB value is (186,224,238). Sum of RGB (Red+Green+Blue) = 186+224+238=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0EE is #451F11. Grayscale: #D6D6D6. Windows color (decimal): -4529938 or 15655098. OLE color: 15655098.

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

Color convert

RGB186224238-
CMYK0.220.0600.07
HSL196.15º60.47%83.14%-
HSV(B)196.15º21.85%93.33%-
XYZ62.3469.9291.1-
YUV214.23141.41107.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.70%
GREEN value IS 224 (87.89% from 255) = 34.57%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=28.70%
G=34.57%
B=36.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862242380.220.0600.07196.1560.4783.14
HexBAE0EE16607c43c53
Octal2723403562660730474123
Binary101110101110000011101110101101100111110001001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0EE; }

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

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

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

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

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

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

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

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