#B6BDCB

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

Shades of Spindle #B6BDCB

Tints of Spindle #B6BDCB

Color information

#B6BDCB (or 0xB6BDCB) is unknown color: approx Spindle. HEX triplet: B6, BD and CB. RGB value is (182,189,203). Sum of RGB (Red+Green+Blue) = 182+189+203=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDCB is #494234. Grayscale: #BCBCBC. Windows color (decimal): -4801077 or 13352374. OLE color: 13352374.

HSL color Cylindrical-coordinate representation of color #B6BDCB: hue angle of 220º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6BDCB is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182189203-
CMYK0.100.0700.20
HSL220º16.8%75.49%-
HSV(B)220º10.34%79.61%-
XYZ48.2750.6563.73-
YUV188.5136.18123.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=31.71%
G=32.93%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821892030.100.0700.2022016.875.49
HexB6BDCBA7014dc114b
Octal26627531312702433421113
Binary101101101011110111001011101011101010011011100100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDCB; }

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

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

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

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

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

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

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

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