Html Css Color HEX #BB92BB London Hue

📋 copy color: '#BB92BB'

red 187 ◦ green 146 ◦ blue 187

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

Shades of London Hue #BB92BB

Tints of London Hue #BB92BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.08%

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

R = 35.96%
G = 28.08%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB92BB (or 0xBB92BB) is known color: London Hue. HEX triplet: BB, 92 and BB. RGB value is (187,146,187). Sum of RGB (Red+Green+Blue) = 187+146+187=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB92BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92BB is #446D44. Grayscale: #A2A2A2. Windows color (decimal): -4484421 or 12292795. OLE color: 12292795.

HSL color Cylindrical-coordinate representation of color #BB92BB: hue angle of 300º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB92BB is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 146 187 -
CMYK 0 0.22 0 0.27
HSL 300º 0.23% 0.65% -
HSV(B) 300º 0.22% 0.73% -
XYZ 39.74 34.71 51.62 -
YUV 162.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 187 146 187 0 0.22 0 0.27 300 0.23 0.65
Hex BB 92 BB 0 16 0 1B 12C 17 41
Octal 273 222 273 0 26 0 33 454 27 101
Binary 10111011 10010010 10111011 0 10110 0 11011 100101100 10111 1000001

Color Harmonies of #BB92BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB92BB

Black with #BB92BB

Text Example


Text Example

White with #BB92BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB92BB; }

 p { color: rgb(187,146,187); }

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

background-color css

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

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

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

border-color css

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

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

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