Html Css Color HEX #BDA6BE Lola

📋 copy color: '#BDA6BE'

red 189 ◦ green 166 ◦ blue 190

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

Shades of Lola #BDA6BE

Tints of Lola #BDA6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.46%

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

R = 34.68%
G = 30.46%
B = 34.86%

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

#BDA6BE (or 0xBDA6BE) is known color: Lola. HEX triplet: BD, A6 and BE. RGB value is (189,166,190). Sum of RGB (Red+Green+Blue) = 189+166+190=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6BE is #425941. Grayscale: #AFAFAF. Windows color (decimal): -4348226 or 12494525. OLE color: 12494525.

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

Color convert

RGB 189 166 190 -
CMYK 0.01 0.13 0 0.25
HSL 297.5º 0.16% 0.7% -
HSV(B) 297.5º 0.13% 0.75% -
XYZ 43.92 41.81 54.47 -
YUV 175.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 189 166 190 0.01 0.13 0 0.25 297.5 0.16 0.7
Hex BD A6 BE 1 D 0 19 12A 10 46
Octal 275 246 276 1 15 0 31 452 20 106
Binary 10111101 10100110 10111110 1 1101 0 11001 100101010 10000 1000110

Color Harmonies of #BDA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6BE

Black with #BDA6BE

Text Example


Text Example

White with #BDA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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