Html Css Color HEX #BD8DB9 London Hue

📋 copy color: '#BD8DB9'

red 189 ◦ green 141 ◦ blue 185

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

Shades of London Hue #BD8DB9

Tints of London Hue #BD8DB9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.38%

 BLUE value IS 185 (72.66% from 255) = 35.92%

R = 36.7%
G = 27.38%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD8DB9 (or 0xBD8DB9) is known color: London Hue. HEX triplet: BD, 8D and B9. RGB value is (189,141,185). Sum of RGB (Red+Green+Blue) = 189+141+185=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DB9 is #427246. Grayscale: #A0A0A0. Windows color (decimal): -4354631 or 12160445. OLE color: 12160445.

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

Color convert

RGB 189 141 185 -
CMYK 0 0.25 0.02 0.26
HSL 305º 0.27% 0.65% -
HSV(B) 305º 0.25% 0.74% -
XYZ 39.27 33.37 50.27 -
YUV 160.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 189 141 185 0 0.25 0.02 0.26 305 0.27 0.65
Hex BD 8D B9 0 19 2 1A 131 1B 41
Octal 275 215 271 0 31 2 32 461 33 101
Binary 10111101 10001101 10111001 0 11001 10 11010 100110001 11011 1000001

Color Harmonies of #BD8DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8DB9

Black with #BD8DB9

Text Example


Text Example

White with #BD8DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8DB9; }

 p { color: rgb(189,141,185); }

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

background-color css

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

 a { background-color: rgb(189,141,185); }

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

border-color css

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

 span { border-color: rgb(189,141,185); }

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