#BB9DC1

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

Shades of Lola #BB9DC1

Tints of Lola #BB9DC1

Color information

#BB9DC1 (or 0xBB9DC1) is unknown color: approx Lola. HEX triplet: BB, 9D and C1. RGB value is (187,157,193). Sum of RGB (Red+Green+Blue) = 187+157+193=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB9DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DC1 is #44623E. Grayscale: #A9A9A9. Windows color (decimal): -4481599 or 12688827. OLE color: 12688827.

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

Color convert

RGB187157193-
CMYK0.030.1900.24
HSL290º22.5%68.63%-
HSV(B)290º18.65%75.69%-
XYZ42.1838.5355.67-
YUV170.07140.94140.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 193 (75.78% from 255) = 35.94%
R=34.82%
G=29.24%
B=35.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871571930.030.1900.2429022.568.63
HexBB9DC13130181221645
Octal27323530132303044226105
Binary1011101110011101110000011110011011000100100010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DC1; }

 p { color: rgb(187,157,193); }

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

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

 a { background-color: rgb(187,157,193); }

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

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

 span { border-color: rgb(187,157,193); }

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