#BFB7C0

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

Shades of Lola #BFB7C0

Tints of Lola #BFB7C0

Color information

#BFB7C0 (or 0xBFB7C0) is unknown color: approx Lola. HEX triplet: BF, B7 and C0. RGB value is (191,183,192). Sum of RGB (Red+Green+Blue) = 191+183+192=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFB7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7C0 is #40483F. Grayscale: #BABABA. Windows color (decimal): -4212800 or 12629951. OLE color: 12629951.

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

Color convert

RGB191183192-
CMYK0.010.0500.25
HSL293.33º6.67%73.53%-
HSV(B)293.33º4.69%75.29%-
XYZ47.9348.7556.75-
YUV186.42131.15131.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 183 (71.88% from 255) = 32.33%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=33.75%
G=32.33%
B=33.92%

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
Decimal1911831920.010.0500.25293.336.6773.53
HexBFB7C01501912574a
Octal277267300150314457112
Binary10111111101101111100000011010110011001001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7C0; }

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

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

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

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

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

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

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

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