Html Css Color HEX #BD8AAE London Hue

📋 copy color: '#BD8AAE'

red 189 ◦ green 138 ◦ blue 174

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

Shades of London Hue #BD8AAE

Tints of London Hue #BD8AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.54%

 BLUE value IS 174 (68.36% from 255) = 34.73%

R = 37.72%
G = 27.54%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD8AAE (or 0xBD8AAE) is known color: London Hue. HEX triplet: BD, 8A and AE. RGB value is (189,138,174). Sum of RGB (Red+Green+Blue) = 189+138+174=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8AAE is #427551. Grayscale: #9D9D9D. Windows color (decimal): -4355410 or 11438781. OLE color: 11438781.

HSL color Cylindrical-coordinate representation of color #BD8AAE: hue angle of 317.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD8AAE is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 138 174 -
CMYK 0 0.27 0.08 0.26
HSL 317.65º 0.28% 0.64% -
HSV(B) 317.65º 0.27% 0.74% -
XYZ 37.71 32.05 44.24 -
YUV 157.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 189 138 174 0 0.27 0.08 0.26 317.65 0.28 0.64
Hex BD 8A AE 0 1B 8 1A 13E 1C 40
Octal 275 212 256 0 33 10 32 476 34 100
Binary 10111101 10001010 10101110 0 11011 1000 11010 100111110 11100 1000000

Color Harmonies of #BD8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8AAE

Black with #BD8AAE

Text Example


Text Example

White with #BD8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8AAE; }

 p { color: rgb(189,138,174); }

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

background-color css

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

 a { background-color: rgb(189,138,174); }

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

border-color css

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

 span { border-color: rgb(189,138,174); }

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