Html Css Color HEX #BDA4BE Lola

📋 copy color: '#BDA4BE'

red 189 ◦ green 164 ◦ blue 190

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

Shades of Lola #BDA4BE

Tints of Lola #BDA4BE

RGB

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

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

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

R = 34.81%
G = 30.2%
B = 34.99%

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

#BDA4BE (or 0xBDA4BE) is known color: Lola. HEX triplet: BD, A4 and BE. RGB value is (189,164,190). Sum of RGB (Red+Green+Blue) = 189+164+190=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDA4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4BE is #425B41. Grayscale: #AEAEAE. Windows color (decimal): -4348738 or 12494013. OLE color: 12494013.

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

Color convert

RGB 189 164 190 -
CMYK 0.01 0.14 0 0.25
HSL 297.69º 0.17% 0.69% -
HSV(B) 297.69º 0.14% 0.75% -
XYZ 43.56 41.09 54.35 -
YUV 174.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 189 164 190 0.01 0.14 0 0.25 297.69 0.17 0.69
Hex BD A4 BE 1 E 0 19 12A 11 45
Octal 275 244 276 1 16 0 31 452 21 105
Binary 10111101 10100100 10111110 1 1110 0 11001 100101010 10001 1000101

Color Harmonies of #BDA4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4BE

Black with #BDA4BE

Text Example


Text Example

White with #BDA4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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