Html Css Color HEX #BD86AF London Hue

📋 copy color: '#BD86AF'

red 189 ◦ green 134 ◦ blue 175

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

Shades of London Hue #BD86AF

Tints of London Hue #BD86AF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.91%

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

R = 37.95%
G = 26.91%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD86AF (or 0xBD86AF) is known color: London Hue. HEX triplet: BD, 86 and AF. RGB value is (189,134,175). Sum of RGB (Red+Green+Blue) = 189+134+175=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BD86AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD86AF is #427950. Grayscale: #9B9B9B. Windows color (decimal): -4356433 or 11503293. OLE color: 11503293.

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

Color convert

RGB 189 134 175 -
CMYK 0 0.29 0.07 0.26
HSL 315.27º 0.29% 0.63% -
HSV(B) 315.27º 0.29% 0.74% -
XYZ 37.25 30.96 44.57 -
YUV 155.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 189 134 175 0 0.29 0.07 0.26 315.27 0.29 0.63
Hex BD 86 AF 0 1D 7 1A 13B 1D 3F
Octal 275 206 257 0 35 7 32 473 35 77
Binary 10111101 10000110 10101111 0 11101 111 11010 100111011 11101 111111

Color Harmonies of #BD86AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD86AF

Black with #BD86AF

Text Example


Text Example

White with #BD86AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD86AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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