#B5BFCD

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

Shades of Spindle #B5BFCD

Tints of Spindle #B5BFCD

Color information

#B5BFCD (or 0xB5BFCD) is unknown color: approx Spindle. HEX triplet: B5, BF and CD. RGB value is (181,191,205). Sum of RGB (Red+Green+Blue) = 181+191+205=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFCD is #4A4032. Grayscale: #BDBDBD. Windows color (decimal): -4866099 or 13483957. OLE color: 13483957.

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

Color convert

RGB181191205-
CMYK0.120.0700.20
HSL215º19.35%75.69%-
HSV(B)215º11.71%80.39%-
XYZ48.7151.4965.13-
YUV189.61136.69121.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=31.37%
G=33.10%
B=35.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811912050.120.0700.2021519.3575.69
HexB5BFCDC7014d7134c
Octal26527731514702432723114
Binary101101011011111111001101110011101010011010111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFCD; }

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

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

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

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

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

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

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

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