#BFB6C0

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

Shades of Lola #BFB6C0

Tints of Lola #BFB6C0

Color information

#BFB6C0 (or 0xBFB6C0) is unknown color: approx Lola. HEX triplet: BF, B6 and C0. RGB value is (191,182,192). Sum of RGB (Red+Green+Blue) = 191+182+192=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFB6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6C0 is #40493F. Grayscale: #B9B9B9. Windows color (decimal): -4213056 or 12629695. OLE color: 12629695.

HSL color Cylindrical-coordinate representation of color #BFB6C0: hue angle of 294º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFB6C0 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191182192-
CMYK0.010.0500.25
HSL294º7.35%73.33%-
HSV(B)294º5.21%75.29%-
XYZ47.7348.3456.68-
YUV185.83131.48131.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 182 (71.48% from 255) = 32.21%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=33.81%
G=32.21%
B=33.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911821920.010.0500.252947.3573.33
HexBFB6C015019126749
Octal277266300150314467111
Binary10111111101101101100000011010110011001001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6C0; }

 p { color: rgb(191,182,192); }

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

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

 a { background-color: rgb(191,182,192); }

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

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

 span { border-color: rgb(191,182,192); }

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