#BAE0FC

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

Shades of Pale Cornflower Blue #BAE0FC

Tints of Pale Cornflower Blue #BAE0FC

Color information

#BAE0FC (or 0xBAE0FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, E0 and FC. RGB value is (186,224,252). Sum of RGB (Red+Green+Blue) = 186+224+252=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAE0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0FC is #451F03. Grayscale: #D7D7D7. Windows color (decimal): -4529924 or 16572602. OLE color: 16572602.

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

Color convert

RGB186224252-
CMYK0.260.1100.01
HSL205.45º91.67%85.88%-
HSV(B)205.45º26.19%98.82%-
XYZ64.4870.78102.36-
YUV215.83148.41106.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.10%
GREEN value IS 224 (87.89% from 255) = 33.84%
BLUE value IS 252 (98.83% from 255) = 38.07%
R=28.10%
G=33.84%
B=38.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862242520.260.1100.01205.4591.6785.88
HexBAE0FC1AB01cd5c56
Octal272340374321301315134126
Binary101110101110000011111100110101011011100110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0FC; }

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

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

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

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

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

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

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

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