#BAE0FA

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

Shades of Pale Cornflower Blue #BAE0FA

Tints of Pale Cornflower Blue #BAE0FA

Color information

#BAE0FA (or 0xBAE0FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, E0 and FA. RGB value is (186,224,250). Sum of RGB (Red+Green+Blue) = 186+224+250=660 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.18% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0FA is #451F05. Grayscale: #D7D7D7. Windows color (decimal): -4529926 or 16441530. OLE color: 16441530.

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

Color convert

RGB186224250-
CMYK0.260.1000.02
HSL204.38º86.49%85.49%-
HSV(B)204.38º25.6%98.04%-
XYZ64.1670.65100.7-
YUV215.6147.41106.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.18%
GREEN value IS 224 (87.89% from 255) = 33.94%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=28.18%
G=33.94%
B=37.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862242500.260.1000.02204.3886.4985.49
HexBAE0FA1AA02cc5655
Octal272340372321202314126125
Binary1011101011100000111110101101010100101100110010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0FA; }

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

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

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

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

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

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

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

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