#BDC5D1

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

Shades of Spindle #BDC5D1

Tints of Spindle #BDC5D1

Color information

#BDC5D1 (or 0xBDC5D1) is unknown color: approx Spindle. HEX triplet: BD, C5 and D1. RGB value is (189,197,209). Sum of RGB (Red+Green+Blue) = 189+197+209=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5D1 is #423A2E. Grayscale: #C3C3C3. Windows color (decimal): -4340271 or 13747645. OLE color: 13747645.

HSL color Cylindrical-coordinate representation of color #BDC5D1: hue angle of 216º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC5D1 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189197209-
CMYK0.100.0600.18
HSL216º17.86%78.04%-
HSV(B)216º9.57%81.96%-
XYZ52.4655.3568.24-
YUV195.98135.35123.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 197 (77.34% from 255) = 33.11%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=31.76%
G=33.11%
B=35.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891972090.100.0600.1821617.8678.04
HexBDC5D1A6012d8124e
Octal27530532112602233022116
Binary101111011100010111010001101011001001011011000100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5D1; }

 p { color: rgb(189,197,209); }

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

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

 a { background-color: rgb(189,197,209); }

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

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

 span { border-color: rgb(189,197,209); }

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