Html Css Color HEX #BDA6C2 Lola

📋 copy color: '#BDA6C2'

red 189 ◦ green 166 ◦ blue 194

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

Shades of Lola #BDA6C2

Tints of Lola #BDA6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.34%

R = 34.43%
G = 30.24%
B = 35.34%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BDA6C2 (or 0xBDA6C2) is known color: Lola. HEX triplet: BD, A6 and C2. RGB value is (189,166,194). Sum of RGB (Red+Green+Blue) = 189+166+194=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDA6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6C2 is #42593D. Grayscale: #AFAFAF. Windows color (decimal): -4348222 or 12756669. OLE color: 12756669.

HSL color Cylindrical-coordinate representation of color #BDA6C2: hue angle of 289.29º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA6C2 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 166 194 -
CMYK 0.03 0.14 0 0.24
HSL 289.29º 0.19% 0.71% -
HSV(B) 289.29º 0.14% 0.76% -
XYZ 44.36 41.99 56.81 -
YUV 176.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 189 166 194 0.03 0.14 0 0.24 289.29 0.19 0.71
Hex BD A6 C2 3 E 0 18 121 13 47
Octal 275 246 302 3 16 0 30 441 23 107
Binary 10111101 10100110 11000010 11 1110 0 11000 100100001 10011 1000111

Color Harmonies of #BDA6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6C2

Black with #BDA6C2

Text Example


Text Example

White with #BDA6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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