#BAE2EA

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

Shades of Onahau #BAE2EA

Tints of Onahau #BAE2EA

Color information

#BAE2EA (or 0xBAE2EA) is unknown color: approx Onahau. HEX triplet: BA, E2 and EA. RGB value is (186,226,234). Sum of RGB (Red+Green+Blue) = 186+226+234=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE2EA is #451D15. Grayscale: #D6D6D6. Windows color (decimal): -4529430 or 15393466. OLE color: 15393466.

HSL color Cylindrical-coordinate representation of color #BAE2EA: hue angle of 190º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE2EA is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186226234-
CMYK0.210.0300.08
HSL190º53.33%82.35%-
HSV(B)190º20.51%91.76%-
XYZ62.370.7788.22-
YUV214.95138.75107.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.79%
GREEN value IS 226 (88.67% from 255) = 34.98%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=28.79%
G=34.98%
B=36.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862262340.210.0300.0819053.3382.35
HexBAE2EA15308be3552
Octal27234235225301027665122
Binary101110101110001011101010101011101000101111101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2EA; }

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

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

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

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

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

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

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

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