#BAE1EA

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

Shades of Onahau #BAE1EA

Tints of Onahau #BAE1EA

Color information

#BAE1EA (or 0xBAE1EA) is unknown color: approx Onahau. HEX triplet: BA, E1 and EA. RGB value is (186,225,234). Sum of RGB (Red+Green+Blue) = 186+225+234=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAE1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1EA is #451E15. Grayscale: #D6D6D6. Windows color (decimal): -4529686 or 15393210. OLE color: 15393210.

HSL color Cylindrical-coordinate representation of color #BAE1EA: hue angle of 191.25º 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 #BAE1EA is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186225234-
CMYK0.210.0400.08
HSL191.25º53.33%82.35%-
HSV(B)191.25º20.51%91.76%-
XYZ62.0370.2388.13-
YUV214.36139.08107.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.84%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=28.84%
G=34.88%
B=36.28%

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
Decimal1862252340.210.0400.08191.2553.3382.35
HexBAE1EA15408bf3552
Octal27234135225401027765122
Binary1011101011100001111010101010110001000101111111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1EA; }

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

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

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

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

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

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

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

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