#BDD9FC

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

Shades of Pale Cornflower Blue #BDD9FC

Tints of Pale Cornflower Blue #BDD9FC

Color information

#BDD9FC (or 0xBDD9FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D9 and FC. RGB value is (189,217,252). Sum of RGB (Red+Green+Blue) = 189+217+252=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDD9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9FC is #422603. Grayscale: #D4D4D4. Windows color (decimal): -4335108 or 16570813. OLE color: 16570813.

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

Color convert

RGB189217252-
CMYK0.250.1400.01
HSL213.33º91.3%86.47%-
HSV(B)213.33º25%98.82%-
XYZ63.3767.47101.78-
YUV212.62150.22111.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.72%
GREEN value IS 217 (85.16% from 255) = 32.98%
BLUE value IS 252 (98.83% from 255) = 38.30%
R=28.72%
G=32.98%
B=38.30%

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
Decimal1892172520.250.1400.01213.3391.386.47
HexBDD9FC19E01d55b56
Octal275331374311601325133126
Binary101111011101100111111100110011110011101010110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9FC; }

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

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

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

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

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

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

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

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