Html Css Color HEX #BDA9BE Lola

📋 copy color: '#BDA9BE'

red 189 ◦ green 169 ◦ blue 190

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

Shades of Lola #BDA9BE

Tints of Lola #BDA9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.84%

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

R = 34.49%
G = 30.84%
B = 34.67%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BDA9BE (or 0xBDA9BE) is known color: Lola. HEX triplet: BD, A9 and BE. RGB value is (189,169,190). Sum of RGB (Red+Green+Blue) = 189+169+190=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDA9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9BE is #425641. Grayscale: #B1B1B1. Windows color (decimal): -4347458 or 12495293. OLE color: 12495293.

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

Color convert

RGB 189 169 190 -
CMYK 0.01 0.11 0 0.25
HSL 297.14º 0.14% 0.7% -
HSV(B) 297.14º 0.11% 0.75% -
XYZ 44.47 42.91 54.65 -
YUV 177.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 189 169 190 0.01 0.11 0 0.25 297.14 0.14 0.7
Hex BD A9 BE 1 B 0 19 129 E 46
Octal 275 251 276 1 13 0 31 451 16 106
Binary 10111101 10101001 10111110 1 1011 0 11001 100101001 1110 1000110

Color Harmonies of #BDA9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9BE

Black with #BDA9BE

Text Example


Text Example

White with #BDA9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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