#BDD7FC

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

Shades of Pale Cornflower Blue #BDD7FC

Tints of Pale Cornflower Blue #BDD7FC

Color information

#BDD7FC (or 0xBDD7FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D7 and FC. RGB value is (189,215,252). Sum of RGB (Red+Green+Blue) = 189+215+252=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDD7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7FC is #422803. Grayscale: #D3D3D3. Windows color (decimal): -4335620 or 16570301. OLE color: 16570301.

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

Color convert

RGB189215252-
CMYK0.250.1500.01
HSL215.24º91.3%86.47%-
HSV(B)215.24º25%98.82%-
XYZ62.8666.45101.61-
YUV211.44150.89111.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.81%
GREEN value IS 215 (84.38% from 255) = 32.77%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=28.81%
G=32.77%
B=38.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892152520.250.1500.01215.2491.386.47
HexBDD7FC19F01d75b56
Octal275327374311701327133126
Binary101111011101011111111100110011111011101011110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7FC; }

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

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

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

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

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

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

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

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