#BFA0C8

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

Shades of Lola #BFA0C8

Tints of Lola #BFA0C8

Color information

#BFA0C8 (or 0xBFA0C8) is unknown color: approx Lola. HEX triplet: BF, A0 and C8. RGB value is (191,160,200). Sum of RGB (Red+Green+Blue) = 191+160+200=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFA0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0C8 is #405F37. Grayscale: #ADADAD. Windows color (decimal): -4218680 or 13148351. OLE color: 13148351.

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

Color convert

RGB191160200-
CMYK0.040.200.22
HSL286.5º26.67%70.59%-
HSV(B)286.5º20%78.43%-
XYZ44.4840.3960.09-
YUV173.83142.77140.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 200 (78.52% from 255) = 36.30%
R=34.66%
G=29.04%
B=36.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911602000.040.200.22286.526.6770.59
HexBFA0C841401611e1b47
Octal27724031042402643633107
Binary10111111101000001100100010010100010110100011110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA0C8; }

 p { color: rgb(191,160,200); }

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

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

 a { background-color: rgb(191,160,200); }

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

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

 span { border-color: rgb(191,160,200); }

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