#BDD7FD

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

Shades of Pale Cornflower Blue #BDD7FD

Tints of Pale Cornflower Blue #BDD7FD

Color information

#BDD7FD (or 0xBDD7FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D7 and FD. RGB value is (189,215,253). Sum of RGB (Red+Green+Blue) = 189+215+253=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7FD is #422802. Grayscale: #D3D3D3. Windows color (decimal): -4335619 or 16635837. OLE color: 16635837.

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

Color convert

RGB189215253-
CMYK0.250.1500.01
HSL215.62º94.12%86.67%-
HSV(B)215.62º25.3%99.22%-
XYZ63.0266.51102.45-
YUV211.56151.39111.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 215 (84.38% from 255) = 32.72%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=28.77%
G=32.72%
B=38.51%

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
Decimal1892152530.250.1500.01215.6294.1286.67
HexBDD7FD19F01d85e57
Octal275327375311701330136127
Binary101111011101011111111101110011111011101100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7FD; }

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

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

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

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

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

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

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

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