Html Css Color HEX #BD7EBB London Hue

📋 copy color: '#BD7EBB'

red 189 ◦ green 126 ◦ blue 187

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

Shades of London Hue #BD7EBB

Tints of London Hue #BD7EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.25%

R = 37.65%
G = 25.1%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD7EBB (or 0xBD7EBB) is known color: London Hue. HEX triplet: BD, 7E and BB. RGB value is (189,126,187). Sum of RGB (Red+Green+Blue) = 189+126+187=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EBB is #428144. Grayscale: #979797. Windows color (decimal): -4358469 or 12287677. OLE color: 12287677.

HSL color Cylindrical-coordinate representation of color #BD7EBB: hue angle of 301.9º 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 #BD7EBB is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 126 187 -
CMYK 0 0.33 0.01 0.26
HSL 301.9º 0.32% 0.62% -
HSV(B) 301.9º 0.33% 0.74% -
XYZ 37.42 29.33 50.7 -
YUV 151.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 189 126 187 0 0.33 0.01 0.26 301.9 0.32 0.62
Hex BD 7E BB 0 21 1 1A 12E 20 3E
Octal 275 176 273 0 41 1 32 456 40 76
Binary 10111101 1111110 10111011 0 100001 1 11010 100101110 100000 111110

Color Harmonies of #BD7EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7EBB

Black with #BD7EBB

Text Example


Text Example

White with #BD7EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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