#BFB3C2

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

Shades of Lola #BFB3C2

Tints of Lola #BFB3C2

Color information

#BFB3C2 (or 0xBFB3C2) is unknown color: approx Lola. HEX triplet: BF, B3 and C2. RGB value is (191,179,194). Sum of RGB (Red+Green+Blue) = 191+179+194=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFB3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3C2 is #404C3D. Grayscale: #B8B8B8. Windows color (decimal): -4213822 or 12759999. OLE color: 12759999.

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

Color convert

RGB191179194-
CMYK0.020.0800.24
HSL288º10.95%73.14%-
HSV(B)288º7.73%76.08%-
XYZ47.3447.2157.66-
YUV184.3133.48132.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 179 (70.31% from 255) = 31.74%
BLUE value IS 194 (76.17% from 255) = 34.40%
R=33.87%
G=31.74%
B=34.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911791940.020.0800.2428810.9573.14
HexBFB3C228018120b49
Octal27726330221003044013111
Binary10111111101100111100001010100001100010010000010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3C2; }

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

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

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

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

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

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

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

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