Html Css Color HEX #BD8FBC London Hue

📋 copy color: '#BD8FBC'

red 189 ◦ green 143 ◦ blue 188

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

Shades of London Hue #BD8FBC

Tints of London Hue #BD8FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.5%

 BLUE value IS 188 (73.83% from 255) = 36.15%

R = 36.35%
G = 27.5%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD8FBC (or 0xBD8FBC) is known color: London Hue. HEX triplet: BD, 8F and BC. RGB value is (189,143,188). Sum of RGB (Red+Green+Blue) = 189+143+188=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FBC is #427043. Grayscale: #A1A1A1. Windows color (decimal): -4354116 or 12357565. OLE color: 12357565.

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

Color convert

RGB 189 143 188 -
CMYK 0 0.24 0.01 0.26
HSL 301.3º 0.26% 0.65% -
HSV(B) 301.3º 0.24% 0.74% -
XYZ 39.89 34.09 52.06 -
YUV 161.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 189 143 188 0 0.24 0.01 0.26 301.3 0.26 0.65
Hex BD 8F BC 0 18 1 1A 12D 1A 41
Octal 275 217 274 0 30 1 32 455 32 101
Binary 10111101 10001111 10111100 0 11000 1 11010 100101101 11010 1000001

Color Harmonies of #BD8FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FBC

Black with #BD8FBC

Text Example


Text Example

White with #BD8FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FBC; }

 p { color: rgb(189,143,188); }

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

background-color css

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

 a { background-color: rgb(189,143,188); }

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

border-color css

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

 span { border-color: rgb(189,143,188); }

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