#BEBFC1

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

Shades of Spindle #BEBFC1

Tints of Spindle #BEBFC1

Color information

#BEBFC1 (or 0xBEBFC1) is unknown color: approx Spindle. HEX triplet: BE, BF and C1. RGB value is (190,191,193). Sum of RGB (Red+Green+Blue) = 190+191+193=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEBFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC1 is #41403E. Grayscale: #BEBEBE. Windows color (decimal): -4276287 or 12697534. OLE color: 12697534.

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

Color convert

RGB190191193-
CMYK0.020.0100.24
HSL220º2.36%75.1%-
HSV(B)220º1.55%75.69%-
XYZ49.4952.0657.89-
YUV190.93129.17127.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 193 (75.78% from 255) = 33.62%
R=33.10%
G=33.28%
B=33.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901911930.020.0100.242202.3675.1
HexBEBFC121018dc24b
Octal276277301210303342113
Binary10111110101111111100000110101100011011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFC1; }

 p { color: rgb(190,191,193); }

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

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

 a { background-color: rgb(190,191,193); }

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

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

 span { border-color: rgb(190,191,193); }

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