#B9C1CE

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

Shades of Spindle #B9C1CE

Tints of Spindle #B9C1CE

Color information

#B9C1CE (or 0xB9C1CE) is unknown color: approx Spindle. HEX triplet: B9, C1 and CE. RGB value is (185,193,206). Sum of RGB (Red+Green+Blue) = 185+193+206=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9C1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1CE is #463E31. Grayscale: #C0C0C0. Windows color (decimal): -4603442 or 13550009. OLE color: 13550009.

HSL color Cylindrical-coordinate representation of color #B9C1CE: hue angle of 217.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9C1CE is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185193206-
CMYK0.100.0600.19
HSL217.14º17.65%76.67%-
HSV(B)217.14º10.19%80.78%-
XYZ50.2252.9165.96-
YUV192.09135.85122.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 193 (75.78% from 255) = 33.05%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=31.68%
G=33.05%
B=35.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851932060.100.0600.19217.1417.6576.67
HexB9C1CEA6013d9124d
Octal27130131612602333122115
Binary101110011100000111001110101011001001111011001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C1CE; }

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

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

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

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

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

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

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

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