#BFADC5

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

Shades of Lola #BFADC5

Tints of Lola #BFADC5

Color information

#BFADC5 (or 0xBFADC5) is unknown color: approx Lola. HEX triplet: BF, AD and C5. RGB value is (191,173,197). Sum of RGB (Red+Green+Blue) = 191+173+197=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADC5 is #40523A. Grayscale: #B5B5B5. Windows color (decimal): -4215355 or 12955071. OLE color: 12955071.

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

Color convert

RGB191173197-
CMYK0.030.1200.23
HSL285º17.14%72.55%-
HSV(B)285º12.18%77.25%-
XYZ46.5144.9959.06-
YUV181.12136.96135.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=34.05%
G=30.84%
B=35.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911731970.030.1200.2328517.1472.55
HexBFADC53C01711d1149
Octal27725530531402743521111
Binary101111111010110111000101111100010111100011101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFADC5; }

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

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

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

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

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

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

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

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