#B5BDCD

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

Shades of Spindle #B5BDCD

Tints of Spindle #B5BDCD

Color information

#B5BDCD (or 0xB5BDCD) is unknown color: approx Spindle. HEX triplet: B5, BD and CD. RGB value is (181,189,205). Sum of RGB (Red+Green+Blue) = 181+189+205=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDCD is #4A4232. Grayscale: #BCBCBC. Windows color (decimal): -4866611 or 13483445. OLE color: 13483445.

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

Color convert

RGB181189205-
CMYK0.120.0800.20
HSL220º19.35%75.69%-
HSV(B)220º11.71%80.39%-
XYZ48.2750.6364.99-
YUV188.43137.35122.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=31.48%
G=32.87%
B=35.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811892050.120.0800.2022019.3575.69
HexB5BDCDC8014dc134c
Octal265275315141002433423114
Binary1011010110111101110011011100100001010011011100100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDCD; }

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

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

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

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

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

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

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

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