Html Css Color HEX #BDA5BF Lola

📋 copy color: '#BDA5BF'

red 189 ◦ green 165 ◦ blue 191

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

Shades of Lola #BDA5BF

Tints of Lola #BDA5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.05%

R = 34.68%
G = 30.28%
B = 35.05%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BDA5BF (or 0xBDA5BF) is known color: Lola. HEX triplet: BD, A5 and BF. RGB value is (189,165,191). Sum of RGB (Red+Green+Blue) = 189+165+191=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDA5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5BF is #425A40. Grayscale: #AFAFAF. Windows color (decimal): -4348481 or 12559805. OLE color: 12559805.

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

Color convert

RGB 189 165 191 -
CMYK 0.01 0.14 0 0.25
HSL 295.38º 0.17% 0.7% -
HSV(B) 295.38º 0.14% 0.75% -
XYZ 43.85 41.49 54.99 -
YUV 175.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 189 165 191 0.01 0.14 0 0.25 295.38 0.17 0.7
Hex BD A5 BF 1 E 0 19 127 11 46
Octal 275 245 277 1 16 0 31 447 21 106
Binary 10111101 10100101 10111111 1 1110 0 11001 100100111 10001 1000110

Color Harmonies of #BDA5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5BF

Black with #BDA5BF

Text Example


Text Example

White with #BDA5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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