Html Css Color HEX #BD8AB1 London Hue

📋 copy color: '#BD8AB1'

red 189 ◦ green 138 ◦ blue 177

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

Shades of London Hue #BD8AB1

Tints of London Hue #BD8AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.12%

R = 37.5%
G = 27.38%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD8AB1 (or 0xBD8AB1) is known color: London Hue. HEX triplet: BD, 8A and B1. RGB value is (189,138,177). Sum of RGB (Red+Green+Blue) = 189+138+177=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8AB1 is #42754E. Grayscale: #9D9D9D. Windows color (decimal): -4355407 or 11635389. OLE color: 11635389.

HSL color Cylindrical-coordinate representation of color #BD8AB1: hue angle of 314.12º 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 #BD8AB1 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 138 177 -
CMYK 0 0.27 0.06 0.26
HSL 314.12º 0.28% 0.64% -
HSV(B) 314.12º 0.27% 0.74% -
XYZ 38.01 32.17 45.8 -
YUV 157.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 189 138 177 0 0.27 0.06 0.26 314.12 0.28 0.64
Hex BD 8A B1 0 1B 6 1A 13A 1C 40
Octal 275 212 261 0 33 6 32 472 34 100
Binary 10111101 10001010 10110001 0 11011 110 11010 100111010 11100 1000000

Color Harmonies of #BD8AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8AB1

Black with #BD8AB1

Text Example


Text Example

White with #BD8AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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