#B9BFCB

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

Shades of Spindle #B9BFCB

Tints of Spindle #B9BFCB

Color information

#B9BFCB (or 0xB9BFCB) is unknown color: approx Spindle. HEX triplet: B9, BF and CB. RGB value is (185,191,203). Sum of RGB (Red+Green+Blue) = 185+191+203=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFCB is #464034. Grayscale: #BEBEBE. Windows color (decimal): -4603957 or 13352889. OLE color: 13352889.

HSL color Cylindrical-coordinate representation of color #B9BFCB: hue angle of 220º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9BFCB is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185191203-
CMYK0.090.0600.20
HSL220º14.75%76.08%-
HSV(B)220º8.87%79.61%-
XYZ49.4251.8963.91-
YUV190.57135.01124.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=31.95%
G=32.99%
B=35.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851912030.090.0600.2022014.7576.08
HexB9BFCB96014dcf4c
Octal27127731311602433417114
Binary10111001101111111100101110011100101001101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFCB; }

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

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

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

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

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

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

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

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