#B3BFCA

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

Shades of Spindle #B3BFCA

Tints of Spindle #B3BFCA

Color information

#B3BFCA (or 0xB3BFCA) is unknown color: approx Spindle. HEX triplet: B3, BF and CA. RGB value is (179,191,202). Sum of RGB (Red+Green+Blue) = 179+191+202=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFCA is #4C4035. Grayscale: #BCBCBC. Windows color (decimal): -4997174 or 13287347. OLE color: 13287347.

HSL color Cylindrical-coordinate representation of color #B3BFCA: hue angle of 208.7º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3BFCA is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179191202-
CMYK0.110.0500.21
HSL208.7º17.83%74.71%-
HSV(B)208.7º11.39%79.22%-
XYZ47.8851.1163.22-
YUV188.67135.52121.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.29%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=31.29%
G=33.39%
B=35.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791912020.110.0500.21208.717.8374.71
HexB3BFCAB5015d1124b
Octal26327731213502532122113
Binary101100111011111111001010101110101010111010001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFCA; }

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

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

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

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

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

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

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

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