#B9BDC9

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

Shades of Spindle #B9BDC9

Tints of Spindle #B9BDC9

Color information

#B9BDC9 (or 0xB9BDC9) is unknown color: approx Spindle. HEX triplet: B9, BD and C9. RGB value is (185,189,201). Sum of RGB (Red+Green+Blue) = 185+189+201=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 201 - color contains mainly: blue. Hex color #B9BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDC9 is #464236. Grayscale: #BDBDBD. Windows color (decimal): -4604471 or 13221305. OLE color: 13221305.

HSL color Cylindrical-coordinate representation of color #B9BDC9: hue angle of 225º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9BDC9 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185189201-
CMYK0.080.0600.21
HSL225º12.9%75.69%-
HSV(B)225º7.96%78.82%-
XYZ48.7550.9362.52-
YUV189.17134.67125.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 201 (78.91% from 255) = 34.96%
R=32.17%
G=32.87%
B=34.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851892010.080.0600.2122512.975.69
HexB9BDC986015e1d4c
Octal27127531110602534115114
Binary10111001101111011100100110001100101011110000111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDC9; }

 p { color: rgb(185,189,201); }

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

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

 a { background-color: rgb(185,189,201); }

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

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

 span { border-color: rgb(185,189,201); }

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