Html Css Color HEX #BDA5BE Lola

📋 copy color: '#BDA5BE'

red 189 ◦ green 165 ◦ blue 190

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

Shades of Lola #BDA5BE

Tints of Lola #BDA5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 34.74%
G = 30.33%
B = 34.93%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BDA5BE (or 0xBDA5BE) is known color: Lola. HEX triplet: BD, A5 and BE. RGB value is (189,165,190). Sum of RGB (Red+Green+Blue) = 189+165+190=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDA5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5BE is #425A41. Grayscale: #AEAEAE. Windows color (decimal): -4348482 or 12494269. OLE color: 12494269.

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

Color convert

RGB 189 165 190 -
CMYK 0.01 0.13 0 0.25
HSL 297.6º 0.16% 0.7% -
HSV(B) 297.6º 0.13% 0.75% -
XYZ 43.74 41.45 54.41 -
YUV 175.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 189 165 190 0.01 0.13 0 0.25 297.6 0.16 0.7
Hex BD A5 BE 1 D 0 19 12A 10 46
Octal 275 245 276 1 15 0 31 452 20 106
Binary 10111101 10100101 10111110 1 1101 0 11001 100101010 10000 1000110

Color Harmonies of #BDA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5BE

Black with #BDA5BE

Text Example


Text Example

White with #BDA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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