Html Css Color HEX #BDA4C0 Lola

📋 copy color: '#BDA4C0'

red 189 ◦ green 164 ◦ blue 192

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

Shades of Lola #BDA4C0

Tints of Lola #BDA4C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 34.68%
G = 30.09%
B = 35.23%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BDA4C0 (or 0xBDA4C0) is known color: Lola. HEX triplet: BD, A4 and C0. RGB value is (189,164,192). Sum of RGB (Red+Green+Blue) = 189+164+192=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDA4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4C0 is #425B3F. Grayscale: #AEAEAE. Windows color (decimal): -4348736 or 12625085. OLE color: 12625085.

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

Color convert

RGB 189 164 192 -
CMYK 0.02 0.15 0 0.25
HSL 293.57º 0.18% 0.7% -
HSV(B) 293.57º 0.15% 0.75% -
XYZ 43.78 41.18 55.51 -
YUV 174.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 189 164 192 0.02 0.15 0 0.25 293.57 0.18 0.7
Hex BD A4 C0 2 F 0 19 126 12 46
Octal 275 244 300 2 17 0 31 446 22 106
Binary 10111101 10100100 11000000 10 1111 0 11001 100100110 10010 1000110

Color Harmonies of #BDA4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4C0

Black with #BDA4C0

Text Example


Text Example

White with #BDA4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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