Html Css Color HEX #BDA3BE Lola

📋 copy color: '#BDA3BE'

red 189 ◦ green 163 ◦ blue 190

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

Shades of Lola #BDA3BE

Tints of Lola #BDA3BE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.07%

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

R = 34.87%
G = 30.07%
B = 35.06%

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

#BDA3BE (or 0xBDA3BE) is known color: Lola. HEX triplet: BD, A3 and BE. RGB value is (189,163,190). Sum of RGB (Red+Green+Blue) = 189+163+190=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDA3BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3BE is #425C41. Grayscale: #ADADAD. Windows color (decimal): -4348994 or 12493757. OLE color: 12493757.

HSL color Cylindrical-coordinate representation of color #BDA3BE: hue angle of 297.78º 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 #BDA3BE is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 163 190 -
CMYK 0.01 0.14 0 0.25
HSL 297.78º 0.17% 0.69% -
HSV(B) 297.78º 0.14% 0.75% -
XYZ 43.38 40.73 54.29 -
YUV 173.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 189 163 190 0.01 0.14 0 0.25 297.78 0.17 0.69
Hex BD A3 BE 1 E 0 19 12A 11 45
Octal 275 243 276 1 16 0 31 452 21 105
Binary 10111101 10100011 10111110 1 1110 0 11001 100101010 10001 1000101

Color Harmonies of #BDA3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3BE

Black with #BDA3BE

Text Example


Text Example

White with #BDA3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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