#BAE7EA

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

Shades of Onahau #BAE7EA

Tints of Onahau #BAE7EA

Color information

#BAE7EA (or 0xBAE7EA) is unknown color: approx Onahau. HEX triplet: BA, E7 and EA. RGB value is (186,231,234). Sum of RGB (Red+Green+Blue) = 186+231+234=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7EA is #451815. Grayscale: #D9D9D9. Windows color (decimal): -4528150 or 15394746. OLE color: 15394746.

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

Color convert

RGB186231234-
CMYK0.210.0100.08
HSL183.75º53.33%82.35%-
HSV(B)183.75º20.51%91.76%-
XYZ63.6873.5388.68-
YUV217.89137.09105.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.57%
GREEN value IS 231 (90.62% from 255) = 35.48%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=28.57%
G=35.48%
B=35.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862312340.210.0100.08183.7553.3382.35
HexBAE7EA15108b83552
Octal27234735225101027065122
Binary10111010111001111110101010101101000101110001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7EA; }

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

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

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

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

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

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

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

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