#BAE5FC

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

Shades of Onahau #BAE5FC

Tints of Onahau #BAE5FC

Color information

#BAE5FC (or 0xBAE5FC) is unknown color: approx Onahau. HEX triplet: BA, E5 and FC. RGB value is (186,229,252). Sum of RGB (Red+Green+Blue) = 186+229+252=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5FC is #451A03. Grayscale: #DADADA. Windows color (decimal): -4528644 or 16573882. OLE color: 16573882.

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

Color convert

RGB186229252-
CMYK0.260.0900.01
HSL200.91º91.67%85.88%-
HSV(B)200.91º26.19%98.82%-
XYZ65.8473.51102.81-
YUV218.76146.75104.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.89%
GREEN value IS 229 (89.84% from 255) = 34.33%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=27.89%
G=34.33%
B=37.78%

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
Decimal1862292520.260.0900.01200.9191.6785.88
HexBAE5FC1A901c95c56
Octal272345374321101311134126
Binary101110101110010111111100110101001011100100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5FC; }

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

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

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

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

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

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

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

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