#BAE0FB

Color #BAE0FB Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #BAE0FB

Tints of Pale Cornflower Blue #BAE0FB

Color information

#BAE0FB (or 0xBAE0FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, E0 and FB. RGB value is (186,224,251). Sum of RGB (Red+Green+Blue) = 186+224+251=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0FB is #451F04. Grayscale: #D7D7D7. Windows color (decimal): -4529925 or 16507066. OLE color: 16507066.

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

Color convert

RGB186224251-
CMYK0.260.1100.02
HSL204.92º89.04%85.69%-
HSV(B)204.92º25.9%98.43%-
XYZ64.3270.72101.53-
YUV215.72147.91106.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.14%
GREEN value IS 224 (87.89% from 255) = 33.89%
BLUE value IS 251 (98.44% from 255) = 37.97%
R=28.14%
G=33.89%
B=37.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862242510.260.1100.02204.9289.0485.69
HexBAE0FB1AB02cd5956
Octal272340373321302315131126
Binary1011101011100000111110111101010110101100110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0FB; }

 p { color: rgb(186,224,251); }

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

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

 a { background-color: rgb(186,224,251); }

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

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

 span { border-color: rgb(186,224,251); }

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