#BFB1C4

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

Shades of Lola #BFB1C4

Tints of Lola #BFB1C4

Color information

#BFB1C4 (or 0xBFB1C4) is unknown color: approx Lola. HEX triplet: BF, B1 and C4. RGB value is (191,177,196). Sum of RGB (Red+Green+Blue) = 191+177+196=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFB1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1C4 is #404E3B. Grayscale: #B7B7B7. Windows color (decimal): -4214332 or 12890559. OLE color: 12890559.

HSL color Cylindrical-coordinate representation of color #BFB1C4: hue angle of 284.21º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB1C4 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191177196-
CMYK0.030.1000.23
HSL284.21º13.87%73.14%-
HSV(B)284.21º9.69%76.86%-
XYZ47.1746.5158.71-
YUV183.35135.14133.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 177 (69.53% from 255) = 31.38%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=33.87%
G=31.38%
B=34.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911771960.030.1000.23284.2113.8773.14
HexBFB1C43A01711ce49
Octal27726130431202743416111
Binary10111111101100011100010011101001011110001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1C4; }

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

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

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

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

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

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

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

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