#BFB9C0

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

Shades of Lola #BFB9C0

Tints of Lola #BFB9C0

Color information

#BFB9C0 (or 0xBFB9C0) is unknown color: approx Lola. HEX triplet: BF, B9 and C0. RGB value is (191,185,192). Sum of RGB (Red+Green+Blue) = 191+185+192=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFB9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9C0 is #40463F. Grayscale: #BBBBBB. Windows color (decimal): -4212288 or 12630463. OLE color: 12630463.

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

Color convert

RGB191185192-
CMYK0.010.0400.25
HSL291.43º5.26%73.92%-
HSV(B)291.43º3.65%75.29%-
XYZ48.3549.5856.89-
YUV187.59130.49130.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 185 (72.66% from 255) = 32.57%
BLUE value IS 192 (75.39% from 255) = 33.80%
R=33.63%
G=32.57%
B=33.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911851920.010.0400.25291.435.2673.92
HexBFB9C01401912354a
Octal277271300140314435112
Binary10111111101110011100000011000110011001000111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9C0; }

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

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

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

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

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

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

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

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