Html Css Color HEX #BD9DC1 Lola

📋 copy color: '#BD9DC1'

red 189 ◦ green 157 ◦ blue 193

#BD9DC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #BD9DC1

Tints of Lola #BD9DC1

RGB

 RED value IS 189 (74.22% from 255) = 35.06%

 GREEN value IS 157 (61.72% from 255) = 29.13%

 BLUE value IS 193 (75.78% from 255) = 35.81%

R = 35.06%
G = 29.13%
B = 35.81%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD9DC1 (or 0xBD9DC1) is known color: Lola. HEX triplet: BD, 9D and C1. RGB value is (189,157,193). Sum of RGB (Red+Green+Blue) = 189+157+193=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD9DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DC1 is #42623E. Grayscale: #AAAAAA. Windows color (decimal): -4350527 or 12688829. OLE color: 12688829.

HSL color Cylindrical-coordinate representation of color #BD9DC1: hue angle of 293.33º 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 #BD9DC1 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 157 193 -
CMYK 0.02 0.19 0 0.24
HSL 293.33º 0.23% 0.69% -
HSV(B) 293.33º 0.19% 0.76% -
XYZ 42.67 38.78 55.69 -
YUV 170.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 189 157 193 0.02 0.19 0 0.24 293.33 0.23 0.69
Hex BD 9D C1 2 13 0 18 125 16 45
Octal 275 235 301 2 23 0 30 445 26 105
Binary 10111101 10011101 11000001 10 10011 0 11000 100100101 10110 1000101

Color Harmonies of #BD9DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DC1

Black with #BD9DC1

Text Example


Text Example

White with #BD9DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DC1; }

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

 H1.HeaderClassName
 {
   color: #BD9DC1;
 }
 .AnyTagClassName
 {
   color: #BD9DC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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