#BFADC6

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

Shades of Lola #BFADC6

Tints of Lola #BFADC6

Color information

#BFADC6 (or 0xBFADC6) is unknown color: approx Lola. HEX triplet: BF, AD and C6. RGB value is (191,173,198). Sum of RGB (Red+Green+Blue) = 191+173+198=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADC6 is #405239. Grayscale: #B5B5B5. Windows color (decimal): -4215354 or 13020607. OLE color: 13020607.

HSL color Cylindrical-coordinate representation of color #BFADC6: hue angle of 283.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFADC6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191173198-
CMYK0.040.1300.22
HSL283.2º17.99%72.75%-
HSV(B)283.2º12.63%77.65%-
XYZ46.6245.0459.66-
YUV181.23137.46134.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 198 (77.73% from 255) = 35.23%
R=33.99%
G=30.78%
B=35.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911731980.040.1300.22283.217.9972.75
HexBFADC64D01611b1249
Octal27725530641502643322111
Binary1011111110101101110001101001101010110100011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFADC6; }

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

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

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

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

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

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

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

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