Html Css Color HEX #BD7EAC London Hue

📋 copy color: '#BD7EAC'

red 189 ◦ green 126 ◦ blue 172

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

Shades of London Hue #BD7EAC

Tints of London Hue #BD7EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.87%

 BLUE value IS 172 (67.58% from 255) = 35.32%

R = 38.81%
G = 25.87%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD7EAC (or 0xBD7EAC) is known color: London Hue. HEX triplet: BD, 7E and AC. RGB value is (189,126,172). Sum of RGB (Red+Green+Blue) = 189+126+172=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7EAC is #428153. Grayscale: #959595. Windows color (decimal): -4358484 or 11304637. OLE color: 11304637.

HSL color Cylindrical-coordinate representation of color #BD7EAC: hue angle of 316.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7EAC is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 126 172 -
CMYK 0 0.33 0.09 0.26
HSL 316.19º 0.32% 0.62% -
HSV(B) 316.19º 0.33% 0.74% -
XYZ 35.89 28.72 42.68 -
YUV 150.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 189 126 172 0 0.33 0.09 0.26 316.19 0.32 0.62
Hex BD 7E AC 0 21 9 1A 13C 20 3E
Octal 275 176 254 0 41 11 32 474 40 76
Binary 10111101 1111110 10101100 0 100001 1001 11010 100111100 100000 111110

Color Harmonies of #BD7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7EAC

Black with #BD7EAC

Text Example


Text Example

White with #BD7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7EAC; }

 p { color: rgb(189,126,172); }

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

background-color css

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

 a { background-color: rgb(189,126,172); }

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

border-color css

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

 span { border-color: rgb(189,126,172); }

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