#BFAFC2

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

Shades of Lola #BFAFC2

Tints of Lola #BFAFC2

Color information

#BFAFC2 (or 0xBFAFC2) is unknown color: approx Lola. HEX triplet: BF, AF and C2. RGB value is (191,175,194). Sum of RGB (Red+Green+Blue) = 191+175+194=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFAFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFC2 is #40503D. Grayscale: #B5B5B5. Windows color (decimal): -4214846 or 12758975. OLE color: 12758975.

HSL color Cylindrical-coordinate representation of color #BFAFC2: hue angle of 290.53º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFAFC2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191175194-
CMYK0.020.1000.24
HSL290.53º13.48%72.35%-
HSV(B)290.53º9.79%76.08%-
XYZ46.5545.6357.39-
YUV181.95134.8134.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=34.11%
G=31.25%
B=34.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911751940.020.1000.24290.5313.4872.35
HexBFAFC22A018123d48
Octal27725730221203044315110
Binary10111111101011111100001010101001100010010001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFC2; }

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

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

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

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

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

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

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

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