Html Css Color HEX #BDA5C1 Lola

📋 copy color: '#BDA5C1'

red 189 ◦ green 165 ◦ blue 193

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

Shades of Lola #BDA5C1

Tints of Lola #BDA5C1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.16%

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

R = 34.55%
G = 30.16%
B = 35.28%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BDA5C1 (or 0xBDA5C1) is known color: Lola. HEX triplet: BD, A5 and C1. RGB value is (189,165,193). Sum of RGB (Red+Green+Blue) = 189+165+193=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDA5C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5C1 is #425A3E. Grayscale: #AFAFAF. Windows color (decimal): -4348479 or 12690877. OLE color: 12690877.

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

Color convert

RGB 189 165 193 -
CMYK 0.02 0.15 0 0.24
HSL 291.43º 0.18% 0.7% -
HSV(B) 291.43º 0.15% 0.76% -
XYZ 44.07 41.58 56.16 -
YUV 175.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 189 165 193 0.02 0.15 0 0.24 291.43 0.18 0.7
Hex BD A5 C1 2 F 0 18 123 12 46
Octal 275 245 301 2 17 0 30 443 22 106
Binary 10111101 10100101 11000001 10 1111 0 11000 100100011 10010 1000110

Color Harmonies of #BDA5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5C1

Black with #BDA5C1

Text Example


Text Example

White with #BDA5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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