#B6BDCD

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

Shades of Spindle #B6BDCD

Tints of Spindle #B6BDCD

Color information

#B6BDCD (or 0xB6BDCD) is unknown color: approx Spindle. HEX triplet: B6, BD and CD. RGB value is (182,189,205). Sum of RGB (Red+Green+Blue) = 182+189+205=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDCD is #494232. Grayscale: #BCBCBC. Windows color (decimal): -4801075 or 13483446. OLE color: 13483446.

HSL color Cylindrical-coordinate representation of color #B6BDCD: hue angle of 221.74º degrees, saturation: 0.19, 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 #B6BDCD is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182189205-
CMYK0.110.0800.20
HSL221.74º18.7%75.88%-
HSV(B)221.74º11.22%80.39%-
XYZ48.5150.7565-
YUV188.73137.18123.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=31.60%
G=32.81%
B=35.59%

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
Decimal1821892050.110.0800.20221.7418.775.88
HexB6BDCDB8014de134c
Octal266275315131002433623114
Binary1011011010111101110011011011100001010011011110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDCD; }

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

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

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

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

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

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

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

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