#BAE6FA

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

Shades of Onahau #BAE6FA

Tints of Onahau #BAE6FA

Color information

#BAE6FA (or 0xBAE6FA) is unknown color: approx Onahau. HEX triplet: BA, E6 and FA. RGB value is (186,230,250). Sum of RGB (Red+Green+Blue) = 186+230+250=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAE6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6FA is #451905. Grayscale: #DBDBDB. Windows color (decimal): -4528390 or 16443066. OLE color: 16443066.

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

Color convert

RGB186230250-
CMYK0.260.0800.02
HSL198.75º86.49%85.49%-
HSV(B)198.75º25.6%98.04%-
XYZ65.873.93101.25-
YUV219.12145.42104.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.93%
GREEN value IS 230 (90.23% from 255) = 34.53%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=27.93%
G=34.53%
B=37.54%

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
Decimal1862302500.260.0800.02198.7586.4985.49
HexBAE6FA1A802c75655
Octal272346372321002307126125
Binary1011101011100110111110101101010000101100011110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6FA; }

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

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

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

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

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

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

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

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