Html Css Color HEX #BDA4C1 Lola

📋 copy color: '#BDA4C1'

red 189 ◦ green 164 ◦ blue 193

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

Shades of Lola #BDA4C1

Tints of Lola #BDA4C1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.04%

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

R = 34.62%
G = 30.04%
B = 35.35%

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

#BDA4C1 (or 0xBDA4C1) is known color: Lola. HEX triplet: BD, A4 and C1. RGB value is (189,164,193). Sum of RGB (Red+Green+Blue) = 189+164+193=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDA4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4C1 is #425B3E. Grayscale: #AEAEAE. Windows color (decimal): -4348735 or 12690621. OLE color: 12690621.

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

Color convert

RGB 189 164 193 -
CMYK 0.02 0.15 0 0.24
HSL 291.72º 0.19% 0.7% -
HSV(B) 291.72º 0.15% 0.76% -
XYZ 43.89 41.22 56.1 -
YUV 174.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 189 164 193 0.02 0.15 0 0.24 291.72 0.19 0.7
Hex BD A4 C1 2 F 0 18 124 13 46
Octal 275 244 301 2 17 0 30 444 23 106
Binary 10111101 10100100 11000001 10 1111 0 11000 100100100 10011 1000110

Color Harmonies of #BDA4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4C1

Black with #BDA4C1

Text Example


Text Example

White with #BDA4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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