#BF9FC9

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

Shades of Lola #BF9FC9

Tints of Lola #BF9FC9

Color information

#BF9FC9 (or 0xBF9FC9) is unknown color: approx Lola. HEX triplet: BF, 9F and C9. RGB value is (191,159,201). Sum of RGB (Red+Green+Blue) = 191+159+201=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF9FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FC9 is #406036. Grayscale: #ADADAD. Windows color (decimal): -4218935 or 13213631. OLE color: 13213631.

HSL color Cylindrical-coordinate representation of color #BF9FC9: hue angle of 285.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF9FC9 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191159201-
CMYK0.050.2100.21
HSL285.71º28%70.59%-
HSV(B)285.71º20.9%78.82%-
XYZ44.4340.0960.65-
YUV173.36143.6140.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=34.66%
G=28.86%
B=36.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911592010.050.2100.21285.712870.59
HexBF9FC951501511e1c47
Octal27723731152502543634107
Binary10111111100111111100100110110101010101100011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FC9; }

 p { color: rgb(191,159,201); }

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

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

 a { background-color: rgb(191,159,201); }

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

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

 span { border-color: rgb(191,159,201); }

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