#BFB1C2

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

Shades of Lola #BFB1C2

Tints of Lola #BFB1C2

Color information

#BFB1C2 (or 0xBFB1C2) is unknown color: approx Lola. HEX triplet: BF, B1 and C2. RGB value is (191,177,194). Sum of RGB (Red+Green+Blue) = 191+177+194=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFB1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1C2 is #404E3D. Grayscale: #B7B7B7. Windows color (decimal): -4214334 or 12759487. OLE color: 12759487.

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

Color convert

RGB191177194-
CMYK0.020.0900.24
HSL289.41º12.23%72.75%-
HSV(B)289.41º8.76%76.08%-
XYZ46.9546.4257.52-
YUV183.12134.14133.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 177 (69.53% from 255) = 31.49%
BLUE value IS 194 (76.17% from 255) = 34.52%
R=33.99%
G=31.49%
B=34.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911771940.020.0900.24289.4112.2372.75
HexBFB1C229018121c49
Octal27726130221103044114111
Binary10111111101100011100001010100101100010010000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1C2; }

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

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

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

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

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

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

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

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