#BAE2EF

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

Shades of Onahau #BAE2EF

Tints of Onahau #BAE2EF

Color information

#BAE2EF (or 0xBAE2EF) is unknown color: approx Onahau. HEX triplet: BA, E2 and EF. RGB value is (186,226,239). Sum of RGB (Red+Green+Blue) = 186+226+239=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE2EF is #451D10. Grayscale: #D7D7D7. Windows color (decimal): -4529425 or 15721146. OLE color: 15721146.

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

Color convert

RGB186226239-
CMYK0.220.0500.06
HSL194.72º62.35%83.33%-
HSV(B)194.72º22.18%93.73%-
XYZ63.0371.0692.06-
YUV215.52141.25106.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.57%
GREEN value IS 226 (88.67% from 255) = 34.72%
BLUE value IS 239 (93.75% from 255) = 36.71%
R=28.57%
G=34.72%
B=36.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862262390.220.0500.06194.7262.3583.33
HexBAE2EF16506c33e53
Octal2723423572650630376123
Binary101110101110001011101111101101010110110000111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2EF; }

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

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

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

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

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

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

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

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