#BDD9FD

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

Shades of Pale Cornflower Blue #BDD9FD

Tints of Pale Cornflower Blue #BDD9FD

Color information

#BDD9FD (or 0xBDD9FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D9 and FD. RGB value is (189,217,253). Sum of RGB (Red+Green+Blue) = 189+217+253=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9FD is #422602. Grayscale: #D4D4D4. Windows color (decimal): -4335107 or 16636349. OLE color: 16636349.

HSL color Cylindrical-coordinate representation of color #BDD9FD: hue angle of 213.75º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD9FD is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189217253-
CMYK0.250.1400.01
HSL213.75º94.12%86.67%-
HSV(B)213.75º25.3%99.22%-
XYZ63.5367.54102.62-
YUV212.73150.72111.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.68%
GREEN value IS 217 (85.16% from 255) = 32.93%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=28.68%
G=32.93%
B=38.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892172530.250.1400.01213.7594.1286.67
HexBDD9FD19E01d65e57
Octal275331375311601326136127
Binary101111011101100111111101110011110011101011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9FD; }

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

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

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

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

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

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

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

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