#BFADC1

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

Shades of Lola #BFADC1

Tints of Lola #BFADC1

Color information

#BFADC1 (or 0xBFADC1) is unknown color: approx Lola. HEX triplet: BF, AD and C1. RGB value is (191,173,193). Sum of RGB (Red+Green+Blue) = 191+173+193=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADC1 is #40523E. Grayscale: #B4B4B4. Windows color (decimal): -4215359 or 12692927. OLE color: 12692927.

HSL color Cylindrical-coordinate representation of color #BFADC1: hue angle of 294º degrees, saturation: 0.14, 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 #BFADC1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191173193-
CMYK0.010.1000.24
HSL294º13.89%71.76%-
HSV(B)294º10.36%75.69%-
XYZ46.0644.8156.67-
YUV180.66134.96135.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=34.29%
G=31.06%
B=34.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911731930.010.1000.2429413.8971.76
HexBFADC11A018126e48
Octal27725530111203044616110
Binary1011111110101101110000011101001100010010011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFADC1; }

 p { color: rgb(191,173,193); }

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

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

 a { background-color: rgb(191,173,193); }

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

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

 span { border-color: rgb(191,173,193); }

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