#BDC7D4

Color #BDC7D4 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #BDC7D4

Tints of Spindle #BDC7D4

Color information

#BDC7D4 (or 0xBDC7D4) is unknown color: approx Spindle. HEX triplet: BD, C7 and D4. RGB value is (189,199,212). Sum of RGB (Red+Green+Blue) = 189+199+212=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDC7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7D4 is #42382B. Grayscale: #C5C5C5. Windows color (decimal): -4339756 or 13944765. OLE color: 13944765.

HSL color Cylindrical-coordinate representation of color #BDC7D4: hue angle of 213.91º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDC7D4 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189199212-
CMYK0.110.0600.17
HSL213.91º21.1%78.63%-
HSV(B)213.91º10.85%83.14%-
XYZ53.2956.4270.37-
YUV197.49136.19121.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 199 (78.12% from 255) = 33.17%
BLUE value IS 212 (83.20% from 255) = 35.33%
R=31.5%
G=33.17%
B=35.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891992120.110.0600.17213.9121.178.63
HexBDC7D4B6011d6154f
Octal27530732413602132625117
Binary101111011100011111010100101111001000111010110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7D4; }

 p { color: rgb(189,199,212); }

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

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

 a { background-color: rgb(189,199,212); }

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

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

 span { border-color: rgb(189,199,212); }

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