#BAE6E7

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

Shades of Onahau #BAE6E7

Tints of Onahau #BAE6E7

Color information

#BAE6E7 (or 0xBAE6E7) is unknown color: approx Onahau. HEX triplet: BA, E6 and E7. RGB value is (186,230,231). Sum of RGB (Red+Green+Blue) = 186+230+231=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAE6E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6E7 is #451918. Grayscale: #D8D8D8. Windows color (decimal): -4528409 or 15197882. OLE color: 15197882.

HSL color Cylindrical-coordinate representation of color #BAE6E7: hue angle of 181.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE6E7 is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186230231-
CMYK0.190.0000.09
HSL181.33º48.39%81.76%-
HSV(B)181.33º19.48%90.59%-
XYZ62.9772.886.33-
YUV216.96135.92105.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.75%
GREEN value IS 230 (90.23% from 255) = 35.55%
BLUE value IS 231 (90.62% from 255) = 35.70%
R=28.75%
G=35.55%
B=35.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862302310.190.0000.09181.3348.3981.76
HexBAE6E713009b53052
Octal27234634723001126560122
Binary10111010111001101110011110011001001101101011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6E7; }

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

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

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

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

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

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

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

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