#BAD9FD

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

Shades of Pale Cornflower Blue #BAD9FD

Tints of Pale Cornflower Blue #BAD9FD

Color information

#BAD9FD (or 0xBAD9FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D9 and FD. RGB value is (186,217,253). Sum of RGB (Red+Green+Blue) = 186+217+253=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAD9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9FD is #452602. Grayscale: #D3D3D3. Windows color (decimal): -4531715 or 16636346. OLE color: 16636346.

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

Color convert

RGB186217253-
CMYK0.260.1400.01
HSL212.24º94.37%86.08%-
HSV(B)212.24º26.48%99.22%-
XYZ62.7967.16102.58-
YUV211.84151.23109.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.35%
GREEN value IS 217 (85.16% from 255) = 33.08%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=28.35%
G=33.08%
B=38.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862172530.260.1400.01212.2494.3786.08
HexBAD9FD1AE01d45e56
Octal272331375321601324136126
Binary101110101101100111111101110101110011101010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9FD; }

 p { color: rgb(186,217,253); }

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

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

 a { background-color: rgb(186,217,253); }

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

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

 span { border-color: rgb(186,217,253); }

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