#BFB6C2

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

Shades of Lola #BFB6C2

Tints of Lola #BFB6C2

Color information

#BFB6C2 (or 0xBFB6C2) is unknown color: approx Lola. HEX triplet: BF, B6 and C2. RGB value is (191,182,194). Sum of RGB (Red+Green+Blue) = 191+182+194=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFB6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6C2 is #40493D. Grayscale: #BABABA. Windows color (decimal): -4213054 or 12760767. OLE color: 12760767.

HSL color Cylindrical-coordinate representation of color #BFB6C2: hue angle of 285º degrees, saturation: 0.09, 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 #BFB6C2 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191182194-
CMYK0.020.0600.24
HSL285º8.96%73.73%-
HSV(B)285º6.19%76.08%-
XYZ47.9548.4357.86-
YUV186.06132.48131.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 182 (71.48% from 255) = 32.10%
BLUE value IS 194 (76.17% from 255) = 34.22%
R=33.69%
G=32.10%
B=34.22%

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
Decimal1911821940.020.0600.242858.9673.73
HexBFB6C22601811d94a
Octal2772663022603043511112
Binary1011111110110110110000101011001100010001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6C2; }

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

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

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

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

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

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

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

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