#BDBFC3

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

Shades of Spindle #BDBFC3

Tints of Spindle #BDBFC3

Color information

#BDBFC3 (or 0xBDBFC3) is unknown color: approx Spindle. HEX triplet: BD, BF and C3. RGB value is (189,191,195). Sum of RGB (Red+Green+Blue) = 189+191+195=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFC3 is #42403C. Grayscale: #BEBEBE. Windows color (decimal): -4341821 or 12828605. OLE color: 12828605.

HSL color Cylindrical-coordinate representation of color #BDBFC3: hue angle of 220º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDBFC3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189191195-
CMYK0.030.0200.24
HSL220º4.76%75.29%-
HSV(B)220º3.08%76.47%-
XYZ49.4752.0259.06-
YUV190.86130.34126.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 195 (76.56% from 255) = 33.91%
R=32.87%
G=33.22%
B=33.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891911950.030.0200.242204.7675.29
HexBDBFC332018dc54b
Octal275277303320303345113
Binary1011110110111111110000111110011000110111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFC3; }

 p { color: rgb(189,191,195); }

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

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

 a { background-color: rgb(189,191,195); }

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

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

 span { border-color: rgb(189,191,195); }

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