Html Css Color HEX #BDA7BE Lola

📋 copy color: '#BDA7BE'

red 189 ◦ green 167 ◦ blue 190

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

Shades of Lola #BDA7BE

Tints of Lola #BDA7BE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.59%

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

R = 34.62%
G = 30.59%
B = 34.8%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BDA7BE (or 0xBDA7BE) is known color: Lola. HEX triplet: BD, A7 and BE. RGB value is (189,167,190). Sum of RGB (Red+Green+Blue) = 189+167+190=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDA7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7BE is #425841. Grayscale: #B0B0B0. Windows color (decimal): -4347970 or 12494781. OLE color: 12494781.

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

Color convert

RGB 189 167 190 -
CMYK 0.01 0.12 0 0.25
HSL 297.39º 0.15% 0.7% -
HSV(B) 297.39º 0.12% 0.75% -
XYZ 44.1 42.17 54.53 -
YUV 176.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 189 167 190 0.01 0.12 0 0.25 297.39 0.15 0.7
Hex BD A7 BE 1 C 0 19 129 F 46
Octal 275 247 276 1 14 0 31 451 17 106
Binary 10111101 10100111 10111110 1 1100 0 11001 100101001 1111 1000110

Color Harmonies of #BDA7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7BE

Black with #BDA7BE

Text Example


Text Example

White with #BDA7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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