Html Css Color HEX #BD80BF London Hue

📋 copy color: '#BD80BF'

red 189 ◦ green 128 ◦ blue 191

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

Shades of London Hue #BD80BF

Tints of London Hue #BD80BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.2%

 BLUE value IS 191 (75% from 255) = 37.6%

R = 37.2%
G = 25.2%
B = 37.6%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD80BF (or 0xBD80BF) is known color: London Hue. HEX triplet: BD, 80 and BF. RGB value is (189,128,191). Sum of RGB (Red+Green+Blue) = 189+128+191=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD80BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80BF is #427F40. Grayscale: #999999. Windows color (decimal): -4357953 or 12550333. OLE color: 12550333.

HSL color Cylindrical-coordinate representation of color #BD80BF: hue angle of 298.1º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD80BF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 128 191 -
CMYK 0.01 0.33 0 0.25
HSL 298.1º 0.33% 0.63% -
HSV(B) 298.1º 0.33% 0.75% -
XYZ 38.11 30.02 53.08 -
YUV 153.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 189 128 191 0.01 0.33 0 0.25 298.1 0.33 0.63
Hex BD 80 BF 1 21 0 19 12A 21 3F
Octal 275 200 277 1 41 0 31 452 41 77
Binary 10111101 10000000 10111111 1 100001 0 11001 100101010 100001 111111

Color Harmonies of #BD80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80BF

Black with #BD80BF

Text Example


Text Example

White with #BD80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80BF; }

 p { color: rgb(189,128,191); }

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

background-color css

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

 a { background-color: rgb(189,128,191); }

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

border-color css

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

 span { border-color: rgb(189,128,191); }

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