#BFB7C2

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

Shades of Lola #BFB7C2

Tints of Lola #BFB7C2

Color information

#BFB7C2 (or 0xBFB7C2) is unknown color: approx Lola. HEX triplet: BF, B7 and C2. RGB value is (191,183,194). Sum of RGB (Red+Green+Blue) = 191+183+194=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFB7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7C2 is #40483D. Grayscale: #BABABA. Windows color (decimal): -4212798 or 12761023. OLE color: 12761023.

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

Color convert

RGB191183194-
CMYK0.020.0600.24
HSL283.64º8.27%73.92%-
HSV(B)283.64º5.67%76.08%-
XYZ48.1648.8457.93-
YUV186.65132.15131.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 183 (71.88% from 255) = 32.22%
BLUE value IS 194 (76.17% from 255) = 34.15%
R=33.63%
G=32.22%
B=34.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911831940.020.0600.24283.648.2773.92
HexBFB7C22601811c84a
Octal2772673022603043410112
Binary1011111110110111110000101011001100010001110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7C2; }

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

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

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

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

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

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

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

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