#BD9FC1

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

Shades of Lola #BD9FC1

Tints of Lola #BD9FC1

Color information

#BD9FC1 (or 0xBD9FC1) is unknown color: approx Lola. HEX triplet: BD, 9F and C1. RGB value is (189,159,193). Sum of RGB (Red+Green+Blue) = 189+159+193=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD9FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FC1 is #42603E. Grayscale: #ABABAB. Windows color (decimal): -4350015 or 12689341. OLE color: 12689341.

HSL color Cylindrical-coordinate representation of color #BD9FC1: hue angle of 292.94º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BD9FC1 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189159193-
CMYK0.020.1800.24
HSL292.94º21.52%69.02%-
HSV(B)292.94º17.62%75.69%-
XYZ43.0139.4755.8-
YUV171.85139.94140.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=34.94%
G=29.39%
B=35.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891591930.020.1800.24292.9421.5269.02
HexBD9FC12120181251645
Octal27523730122203044526105
Binary1011110110011111110000011010010011000100100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FC1; }

 p { color: rgb(189,159,193); }

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

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

 a { background-color: rgb(189,159,193); }

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

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

 span { border-color: rgb(189,159,193); }

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