#BFAFBE

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

Shades of Lola #BFAFBE

Tints of Lola #BFAFBE

Color information

#BFAFBE (or 0xBFAFBE) is unknown color: approx Lola. HEX triplet: BF, AF and BE. RGB value is (191,175,190). Sum of RGB (Red+Green+Blue) = 191+175+190=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFBE is #405041. Grayscale: #B5B5B5. Windows color (decimal): -4214850 or 12496831. OLE color: 12496831.

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

Color convert

RGB191175190-
CMYK00.080.010.25
HSL303.75º11.11%71.76%-
HSV(B)303.75º8.38%74.9%-
XYZ46.1145.4555.06-
YUV181.49132.8134.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=34.35%
G=31.47%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117519000.080.010.25303.7511.1171.76
HexBFAFBE08119130b48
Octal27725727601013146013110
Binary1011111110101111101111100100011100110011000010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFBE; }

 p { color: rgb(191,175,190); }

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

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

 a { background-color: rgb(191,175,190); }

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

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

 span { border-color: rgb(191,175,190); }

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