#BAE5FD

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

Shades of Onahau #BAE5FD

Tints of Onahau #BAE5FD

Color information

#BAE5FD (or 0xBAE5FD) is unknown color: approx Onahau. HEX triplet: BA, E5 and FD. RGB value is (186,229,253). Sum of RGB (Red+Green+Blue) = 186+229+253=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5FD is #451A02. Grayscale: #DADADA. Windows color (decimal): -4528643 or 16639418. OLE color: 16639418.

HSL color Cylindrical-coordinate representation of color #BAE5FD: hue angle of 201.49º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE5FD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186229253-
CMYK0.260.0900.01
HSL201.49º94.37%86.08%-
HSV(B)201.49º26.48%99.22%-
XYZ6673.57103.65-
YUV218.88147.25104.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.84%
GREEN value IS 229 (89.84% from 255) = 34.28%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=27.84%
G=34.28%
B=37.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862292530.260.0900.01201.4994.3786.08
HexBAE5FD1A901c95e56
Octal272345375321101311136126
Binary101110101110010111111101110101001011100100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5FD; }

 p { color: rgb(186,229,253); }

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

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

 a { background-color: rgb(186,229,253); }

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

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

 span { border-color: rgb(186,229,253); }

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