#B9C1C9

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

Shades of Spindle #B9C1C9

Tints of Spindle #B9C1C9

Color information

#B9C1C9 (or 0xB9C1C9) is unknown color: approx Spindle. HEX triplet: B9, C1 and C9. RGB value is (185,193,201). Sum of RGB (Red+Green+Blue) = 185+193+201=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 201 - color contains mainly: blue. Hex color #B9C1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1C9 is #463E36. Grayscale: #BFBFBF. Windows color (decimal): -4603447 or 13222329. OLE color: 13222329.

HSL color Cylindrical-coordinate representation of color #B9C1C9: hue angle of 210º 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 #B9C1C9 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185193201-
CMYK0.080.0400.21
HSL210º12.9%75.69%-
HSV(B)210º7.96%78.82%-
XYZ49.6252.6762.81-
YUV191.52133.35123.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 193 (75.78% from 255) = 33.33%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=31.95%
G=33.33%
B=34.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851932010.080.0400.2121012.975.69
HexB9C1C984015d2d4c
Octal27130131110402532215114
Binary10111001110000011100100110001000101011101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C1C9; }

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

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

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

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

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

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

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

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