#BDD8FC

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

Shades of Pale Cornflower Blue #BDD8FC

Tints of Pale Cornflower Blue #BDD8FC

Color information

#BDD8FC (or 0xBDD8FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D8 and FC. RGB value is (189,216,252). Sum of RGB (Red+Green+Blue) = 189+216+252=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDD8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8FC is #422703. Grayscale: #D3D3D3. Windows color (decimal): -4335364 or 16570557. OLE color: 16570557.

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

Color convert

RGB189216252-
CMYK0.250.1400.01
HSL214.29º91.3%86.47%-
HSV(B)214.29º25%98.82%-
XYZ63.1166.96101.69-
YUV212.03150.55111.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 216 (84.77% from 255) = 32.88%
BLUE value IS 252 (98.83% from 255) = 38.36%
R=28.77%
G=32.88%
B=38.36%

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
Decimal1892162520.250.1400.01214.2991.386.47
HexBDD8FC19E01d65b56
Octal275330374311601326133126
Binary101111011101100011111100110011110011101011010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8FC; }

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

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

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

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

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

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

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

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