Html Css Color HEX #BD8BAF London Hue

📋 copy color: '#BD8BAF'

red 189 ◦ green 139 ◦ blue 175

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

Shades of London Hue #BD8BAF

Tints of London Hue #BD8BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.63%

 BLUE value IS 175 (68.75% from 255) = 34.79%

R = 37.57%
G = 27.63%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD8BAF (or 0xBD8BAF) is known color: London Hue. HEX triplet: BD, 8B and AF. RGB value is (189,139,175). Sum of RGB (Red+Green+Blue) = 189+139+175=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8BAF is #427450. Grayscale: #9D9D9D. Windows color (decimal): -4355153 or 11504573. OLE color: 11504573.

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

Color convert

RGB 189 139 175 -
CMYK 0 0.26 0.07 0.26
HSL 316.8º 0.27% 0.64% -
HSV(B) 316.8º 0.26% 0.74% -
XYZ 37.96 32.38 44.81 -
YUV 158.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 189 139 175 0 0.26 0.07 0.26 316.8 0.27 0.64
Hex BD 8B AF 0 1A 7 1A 13D 1B 40
Octal 275 213 257 0 32 7 32 475 33 100
Binary 10111101 10001011 10101111 0 11010 111 11010 100111101 11011 1000000

Color Harmonies of #BD8BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8BAF

Black with #BD8BAF

Text Example


Text Example

White with #BD8BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8BAF; }

 p { color: rgb(189,139,175); }

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

background-color css

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

 a { background-color: rgb(189,139,175); }

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

border-color css

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

 span { border-color: rgb(189,139,175); }

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