#BD9FC3

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

Shades of Lola #BD9FC3

Tints of Lola #BD9FC3

Color information

#BD9FC3 (or 0xBD9FC3) is unknown color: approx Lola. HEX triplet: BD, 9F and C3. RGB value is (189,159,195). Sum of RGB (Red+Green+Blue) = 189+159+195=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD9FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FC3 is #42603C. Grayscale: #ABABAB. Windows color (decimal): -4350013 or 12820413. OLE color: 12820413.

HSL color Cylindrical-coordinate representation of color #BD9FC3: hue angle of 290º degrees, saturation: 0.23, 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 #BD9FC3 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189159195-
CMYK0.030.1800.24
HSL290º23.08%69.41%-
HSV(B)290º18.46%76.47%-
XYZ43.2339.5656.99-
YUV172.07140.94140.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 195 (76.56% from 255) = 35.91%
R=34.81%
G=29.28%
B=35.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891591950.030.1800.2429023.0869.41
HexBD9FC33120181221745
Octal27523730332203044227105
Binary1011110110011111110000111110010011000100100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FC3; }

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

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

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

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

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

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

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

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