#B6BFCD

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

Shades of Spindle #B6BFCD

Tints of Spindle #B6BFCD

Color information

#B6BFCD (or 0xB6BFCD) is unknown color: approx Spindle. HEX triplet: B6, BF and CD. RGB value is (182,191,205). Sum of RGB (Red+Green+Blue) = 182+191+205=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BFCD is #494032. Grayscale: #BDBDBD. Windows color (decimal): -4800563 or 13483958. OLE color: 13483958.

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

Color convert

RGB182191205-
CMYK0.110.0700.20
HSL216.52º18.7%75.88%-
HSV(B)216.52º11.22%80.39%-
XYZ48.9451.6165.14-
YUV189.9136.52122.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.49%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=31.49%
G=33.04%
B=35.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821912050.110.0700.20216.5218.775.88
HexB6BFCDB7014d9134c
Octal26627731513702433123114
Binary101101101011111111001101101111101010011011001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BFCD; }

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

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

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

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

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

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

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

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