#B3BFCB

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

Shades of Spindle #B3BFCB

Tints of Spindle #B3BFCB

Color information

#B3BFCB (or 0xB3BFCB) is unknown color: approx Spindle. HEX triplet: B3, BF and CB. RGB value is (179,191,203). Sum of RGB (Red+Green+Blue) = 179+191+203=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFCB is #4C4034. Grayscale: #BCBCBC. Windows color (decimal): -4997173 or 13352883. OLE color: 13352883.

HSL color Cylindrical-coordinate representation of color #B3BFCB: hue angle of 210º degrees, saturation: 0.19, 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 #B3BFCB is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179191203-
CMYK0.120.0600.20
HSL210º18.75%74.9%-
HSV(B)210º11.82%79.61%-
XYZ4851.1663.84-
YUV188.78136.02121.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.24%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=31.24%
G=33.33%
B=35.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791912030.120.0600.2021018.7574.9
HexB3BFCBC6014d2134b
Octal26327731314602432223113
Binary101100111011111111001011110011001010011010010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFCB; }

 p { color: rgb(179,191,203); }

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

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

 a { background-color: rgb(179,191,203); }

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

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

 span { border-color: rgb(179,191,203); }

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