#B4BFCD

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

Shades of Spindle #B4BFCD

Tints of Spindle #B4BFCD

Color information

#B4BFCD (or 0xB4BFCD) is unknown color: approx Spindle. HEX triplet: B4, BF and CD. RGB value is (180,191,205). Sum of RGB (Red+Green+Blue) = 180+191+205=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFCD is #4B4032. Grayscale: #BDBDBD. Windows color (decimal): -4931635 or 13483956. OLE color: 13483956.

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

Color convert

RGB180191205-
CMYK0.120.0700.20
HSL213.6º20%75.49%-
HSV(B)213.6º12.2%80.39%-
XYZ48.4751.3765.12-
YUV189.31136.86121.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.25%
GREEN value IS 191 (75% from 255) = 33.16%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=31.25%
G=33.16%
B=35.59%

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
Decimal1801912050.120.0700.20213.62075.49
HexB4BFCDC7014d6144b
Octal26427731514702432624113
Binary101101001011111111001101110011101010011010110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFCD; }

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

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

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

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

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

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

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

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