Html Css Color HEX #BB84BE London Hue

📋 copy color: '#BB84BE'

red 187 ◦ green 132 ◦ blue 190

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

Shades of London Hue #BB84BE

Tints of London Hue #BB84BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.93%

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

R = 36.74%
G = 25.93%
B = 37.33%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB84BE (or 0xBB84BE) is known color: London Hue. HEX triplet: BB, 84 and BE. RGB value is (187,132,190). Sum of RGB (Red+Green+Blue) = 187+132+190=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB84BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84BE is #447B41. Grayscale: #9A9A9A. Windows color (decimal): -4488002 or 12485819. OLE color: 12485819.

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

Color convert

RGB 187 132 190 -
CMYK 0.02 0.31 0 0.25
HSL 296.9º 0.31% 0.63% -
HSV(B) 296.9º 0.31% 0.75% -
XYZ 38.04 30.79 52.65 -
YUV 155.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 187 132 190 0.02 0.31 0 0.25 296.9 0.31 0.63
Hex BB 84 BE 2 1F 0 19 129 1F 3F
Octal 273 204 276 2 37 0 31 451 37 77
Binary 10111011 10000100 10111110 10 11111 0 11001 100101001 11111 111111

Color Harmonies of #BB84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84BE

Black with #BB84BE

Text Example


Text Example

White with #BB84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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