#BAD8FA

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

Shades of Pale Cornflower Blue #BAD8FA

Tints of Pale Cornflower Blue #BAD8FA

Color information

#BAD8FA (or 0xBAD8FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D8 and FA. RGB value is (186,216,250). Sum of RGB (Red+Green+Blue) = 186+216+250=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAD8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD8FA is #452705. Grayscale: #D2D2D2. Windows color (decimal): -4531974 or 16439482. OLE color: 16439482.

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

Color convert

RGB186216250-
CMYK0.260.1400.02
HSL211.88º86.49%85.49%-
HSV(B)211.88º25.6%98.04%-
XYZ62.0666.45100-
YUV210.91150.06110.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.53%
GREEN value IS 216 (84.77% from 255) = 33.13%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=28.53%
G=33.13%
B=38.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862162500.260.1400.02211.8886.4985.49
HexBAD8FA1AE02d45655
Octal272330372321602324126125
Binary1011101011011000111110101101011100101101010010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD8FA; }

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

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

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

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

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

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

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

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