#BAE2EB

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

Shades of Onahau #BAE2EB

Tints of Onahau #BAE2EB

Color information

#BAE2EB (or 0xBAE2EB) is unknown color: approx Onahau. HEX triplet: BA, E2 and EB. RGB value is (186,226,235). Sum of RGB (Red+Green+Blue) = 186+226+235=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE2EB is #451D14. Grayscale: #D6D6D6. Windows color (decimal): -4529429 or 15459002. OLE color: 15459002.

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

Color convert

RGB186226235-
CMYK0.210.0400.08
HSL191.02º55.06%82.55%-
HSV(B)191.02º20.85%92.16%-
XYZ62.4470.8388.98-
YUV215.07139.25107.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.75%
GREEN value IS 226 (88.67% from 255) = 34.93%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=28.75%
G=34.93%
B=36.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862262350.210.0400.08191.0255.0682.55
HexBAE2EB15408bf3753
Octal27234235325401027767123
Binary1011101011100010111010111010110001000101111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2EB; }

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

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

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

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

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

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

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

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