#BAE7FA

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

Shades of Onahau #BAE7FA

Tints of Onahau #BAE7FA

Color information

#BAE7FA (or 0xBAE7FA) is unknown color: approx Onahau. HEX triplet: BA, E7 and FA. RGB value is (186,231,250). Sum of RGB (Red+Green+Blue) = 186+231+250=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7FA is #451805. Grayscale: #DBDBDB. Windows color (decimal): -4528134 or 16443322. OLE color: 16443322.

HSL color Cylindrical-coordinate representation of color #BAE7FA: hue angle of 197.81º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE7FA is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186231250-
CMYK0.260.0800.02
HSL197.81º86.49%85.49%-
HSV(B)197.81º25.6%98.04%-
XYZ66.0874.49101.34-
YUV219.71145.09103.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.89%
GREEN value IS 231 (90.62% from 255) = 34.63%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=27.89%
G=34.63%
B=37.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862312500.260.0800.02197.8186.4985.49
HexBAE7FA1A802c65655
Octal272347372321002306126125
Binary1011101011100111111110101101010000101100011010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7FA; }

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

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

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

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

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

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

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

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