Html Css Color HEX #BDA6C7 Lola

📋 copy color: '#BDA6C7'

red 189 ◦ green 166 ◦ blue 199

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

Shades of Lola #BDA6C7

Tints of Lola #BDA6C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.92%

R = 34.12%
G = 29.96%
B = 35.92%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BDA6C7 (or 0xBDA6C7) is known color: Lola. HEX triplet: BD, A6 and C7. RGB value is (189,166,199). Sum of RGB (Red+Green+Blue) = 189+166+199=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 199 - color contains mainly: blue. Hex color #BDA6C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6C7 is #425938. Grayscale: #B0B0B0. Windows color (decimal): -4348217 or 13084349. OLE color: 13084349.

HSL color Cylindrical-coordinate representation of color #BDA6C7: hue angle of 281.82º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA6C7 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 166 199 -
CMYK 0.05 0.17 0 0.22
HSL 281.82º 0.23% 0.72% -
HSV(B) 281.82º 0.17% 0.78% -
XYZ 44.93 42.21 59.81 -
YUV 176.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 189 166 199 0.05 0.17 0 0.22 281.82 0.23 0.72
Hex BD A6 C7 5 11 0 16 11A 17 48
Octal 275 246 307 5 21 0 26 432 27 110
Binary 10111101 10100110 11000111 101 10001 0 10110 100011010 10111 1001000

Color Harmonies of #BDA6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6C7

Black with #BDA6C7

Text Example


Text Example

White with #BDA6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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