Html Css Color HEX #BB82BE London Hue

📋 copy color: '#BB82BE'

red 187 ◦ green 130 ◦ blue 190

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

Shades of London Hue #BB82BE

Tints of London Hue #BB82BE

RGB

 RED value IS 187 (73.44% from 255) = 36.88%

 GREEN value IS 130 (51.17% from 255) = 25.64%

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 36.88%
G = 25.64%
B = 37.48%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB82BE (or 0xBB82BE) is known color: London Hue. HEX triplet: BB, 82 and BE. RGB value is (187,130,190). Sum of RGB (Red+Green+Blue) = 187+130+190=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82BE is #447D41. Grayscale: #999999. Windows color (decimal): -4488514 or 12485307. OLE color: 12485307.

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

Color convert

RGB 187 130 190 -
CMYK 0.02 0.32 0 0.25
HSL 297º 0.32% 0.63% -
HSV(B) 297º 0.32% 0.75% -
XYZ 37.77 30.25 52.56 -
YUV 153.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 187 130 190 0.02 0.32 0 0.25 297 0.32 0.63
Hex BB 82 BE 2 20 0 19 129 20 3F
Octal 273 202 276 2 40 0 31 451 40 77
Binary 10111011 10000010 10111110 10 100000 0 11001 100101001 100000 111111

Color Harmonies of #BB82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB82BE

Black with #BB82BE

Text Example


Text Example

White with #BB82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB82BE; }

 p { color: rgb(187,130,190); }

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

background-color css

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

 a { background-color: rgb(187,130,190); }

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

border-color css

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

 span { border-color: rgb(187,130,190); }

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