#B7BDCD

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

Shades of Spindle #B7BDCD

Tints of Spindle #B7BDCD

Color information

#B7BDCD (or 0xB7BDCD) is unknown color: approx Spindle. HEX triplet: B7, BD and CD. RGB value is (183,189,205). Sum of RGB (Red+Green+Blue) = 183+189+205=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDCD is #484232. Grayscale: #BCBCBC. Windows color (decimal): -4735539 or 13483447. OLE color: 13483447.

HSL color Cylindrical-coordinate representation of color #B7BDCD: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7BDCD is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183189205-
CMYK0.110.0800.20
HSL223.64º18.03%76.08%-
HSV(B)223.64º10.73%80.39%-
XYZ48.7550.8765.01-
YUV189.03137.01123.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.72%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=31.72%
G=32.76%
B=35.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831892050.110.0800.20223.6418.0376.08
HexB7BDCDB8014e0124c
Octal267275315131002434022114
Binary1011011110111101110011011011100001010011100000100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDCD; }

 p { color: rgb(183,189,205); }

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

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

 a { background-color: rgb(183,189,205); }

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

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

 span { border-color: rgb(183,189,205); }

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