#BAE6EA

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

Shades of Onahau #BAE6EA

Tints of Onahau #BAE6EA

Color information

#BAE6EA (or 0xBAE6EA) is unknown color: approx Onahau. HEX triplet: BA, E6 and EA. RGB value is (186,230,234). Sum of RGB (Red+Green+Blue) = 186+230+234=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6EA is #451915. Grayscale: #D9D9D9. Windows color (decimal): -4528406 or 15394490. OLE color: 15394490.

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

Color convert

RGB186230234-
CMYK0.210.0200.08
HSL185º53.33%82.35%-
HSV(B)185º20.51%91.76%-
XYZ63.472.9788.59-
YUV217.3137.42105.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 230 (90.23% from 255) = 35.38%
BLUE value IS 234 (91.80% from 255) = 36%
R=28.62%
G=35.38%
B=36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862302340.210.0200.0818553.3382.35
HexBAE6EA15208b93552
Octal27234635225201027165122
Binary101110101110011011101010101011001000101110011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6EA; }

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

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

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

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

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

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

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

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