#BAD7FD

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

Shades of Pale Cornflower Blue #BAD7FD

Tints of Pale Cornflower Blue #BAD7FD

Color information

#BAD7FD (or 0xBAD7FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D7 and FD. RGB value is (186,215,253). Sum of RGB (Red+Green+Blue) = 186+215+253=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD7FD is #452802. Grayscale: #D2D2D2. Windows color (decimal): -4532227 or 16635834. OLE color: 16635834.

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

Color convert

RGB186215253-
CMYK0.260.1500.01
HSL214.03º94.37%86.08%-
HSV(B)214.03º26.48%99.22%-
XYZ62.2866.13102.41-
YUV210.66151.89110.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.44%
GREEN value IS 215 (84.38% from 255) = 32.87%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=28.44%
G=32.87%
B=38.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862152530.260.1500.01214.0394.3786.08
HexBAD7FD1AF01d65e56
Octal272327375321701326136126
Binary101110101101011111111101110101111011101011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD7FD; }

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

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

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

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

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

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

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

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