#B0BFCD

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

Shades of Spindle #B0BFCD

Tints of Spindle #B0BFCD

Color information

#B0BFCD (or 0xB0BFCD) is unknown color: approx Spindle. HEX triplet: B0, BF and CD. RGB value is (176,191,205). Sum of RGB (Red+Green+Blue) = 176+191+205=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFCD is #4F4032. Grayscale: #BCBCBC. Windows color (decimal): -5193779 or 13483952. OLE color: 13483952.

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

Color convert

RGB176191205-
CMYK0.140.0700.20
HSL208.97º22.48%74.71%-
HSV(B)208.97º14.15%80.39%-
XYZ47.5550.965.08-
YUV188.11137.53119.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.77%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=30.77%
G=33.39%
B=35.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761912050.140.0700.20208.9722.4874.71
HexB0BFCDE7014d1164b
Octal26027731516702432126113
Binary101100001011111111001101111011101010011010001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFCD; }

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

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

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

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

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

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

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

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