#BFB9C1

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

Shades of Lola #BFB9C1

Tints of Lola #BFB9C1

Color information

#BFB9C1 (or 0xBFB9C1) is unknown color: approx Lola. HEX triplet: BF, B9 and C1. RGB value is (191,185,193). Sum of RGB (Red+Green+Blue) = 191+185+193=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFB9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9C1 is #40463E. Grayscale: #BBBBBB. Windows color (decimal): -4212287 or 12695999. OLE color: 12695999.

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

Color convert

RGB191185193-
CMYK0.010.0400.24
HSL285º6.06%74.12%-
HSV(B)285º4.15%75.69%-
XYZ48.4649.6257.48-
YUV187.71130.99130.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.57%
GREEN value IS 185 (72.66% from 255) = 32.51%
BLUE value IS 193 (75.78% from 255) = 33.92%
R=33.57%
G=32.51%
B=33.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911851930.010.0400.242856.0674.12
HexBFB9C11401811d64a
Octal277271301140304356112
Binary10111111101110011100000111000110001000111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9C1; }

 p { color: rgb(191,185,193); }

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

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

 a { background-color: rgb(191,185,193); }

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

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

 span { border-color: rgb(191,185,193); }

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