#BAE4FA

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

Shades of Onahau #BAE4FA

Tints of Onahau #BAE4FA

Color information

#BAE4FA (or 0xBAE4FA) is unknown color: approx Onahau. HEX triplet: BA, E4 and FA. RGB value is (186,228,250). Sum of RGB (Red+Green+Blue) = 186+228+250=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE4FA is #451B05. Grayscale: #D9D9D9. Windows color (decimal): -4528902 or 16442554. OLE color: 16442554.

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

Color convert

RGB186228250-
CMYK0.260.0900.02
HSL200.62º86.49%85.49%-
HSV(B)200.62º25.6%98.04%-
XYZ65.2572.83101.06-
YUV217.95146.09105.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.01%
GREEN value IS 228 (89.45% from 255) = 34.34%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=28.01%
G=34.34%
B=37.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862282500.260.0900.02200.6286.4985.49
HexBAE4FA1A902c95655
Octal272344372321102311126125
Binary1011101011100100111110101101010010101100100110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE4FA; }

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

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

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

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

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

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

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

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