#B7BDCB

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

Shades of Spindle #B7BDCB

Tints of Spindle #B7BDCB

Color information

#B7BDCB (or 0xB7BDCB) is unknown color: approx Spindle. HEX triplet: B7, BD and CB. RGB value is (183,189,203). Sum of RGB (Red+Green+Blue) = 183+189+203=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDCB is #484234. Grayscale: #BCBCBC. Windows color (decimal): -4735541 or 13352375. OLE color: 13352375.

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

Color convert

RGB183189203-
CMYK0.100.0700.20
HSL222º16.13%75.69%-
HSV(B)222º9.85%79.61%-
XYZ48.5150.7763.74-
YUV188.8136.01123.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.83%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=31.83%
G=32.87%
B=35.30%

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
Decimal1831892030.100.0700.2022216.1375.69
HexB7BDCBA7014de104c
Octal26727531312702433620114
Binary101101111011110111001011101011101010011011110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDCB; }

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

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

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

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

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

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

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

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