#B9BFCD

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

Shades of Spindle #B9BFCD

Tints of Spindle #B9BFCD

Color information

#B9BFCD (or 0xB9BFCD) is unknown color: approx Spindle. HEX triplet: B9, BF and CD. RGB value is (185,191,205). Sum of RGB (Red+Green+Blue) = 185+191+205=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFCD is #464032. Grayscale: #BEBEBE. Windows color (decimal): -4603955 or 13483961. OLE color: 13483961.

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

Color convert

RGB185191205-
CMYK0.100.0700.20
HSL222º16.67%76.47%-
HSV(B)222º9.76%80.39%-
XYZ49.6651.9865.17-
YUV190.8136.01123.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.84%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=31.84%
G=32.87%
B=35.28%

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
Decimal1851912050.100.0700.2022216.6776.47
HexB9BFCDA7014de114c
Octal27127731512702433621114
Binary101110011011111111001101101011101010011011110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFCD; }

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

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

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

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

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

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

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

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