Html Css Color HEX #BB92BA London Hue

📋 copy color: '#BB92BA'

red 187 ◦ green 146 ◦ blue 186

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

Shades of London Hue #BB92BA

Tints of London Hue #BB92BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 36.03%
G = 28.13%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB92BA (or 0xBB92BA) is known color: London Hue. HEX triplet: BB, 92 and BA. RGB value is (187,146,186). Sum of RGB (Red+Green+Blue) = 187+146+186=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BB92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92BA is #446D45. Grayscale: #A2A2A2. Windows color (decimal): -4484422 or 12227259. OLE color: 12227259.

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

Color convert

RGB 187 146 186 -
CMYK 0 0.22 0.01 0.27
HSL 301.46º 0.23% 0.65% -
HSV(B) 301.46º 0.22% 0.73% -
XYZ 39.64 34.67 51.06 -
YUV 162.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 187 146 186 0 0.22 0.01 0.27 301.46 0.23 0.65
Hex BB 92 BA 0 16 1 1B 12D 17 41
Octal 273 222 272 0 26 1 33 455 27 101
Binary 10111011 10010010 10111010 0 10110 1 11011 100101101 10111 1000001

Color Harmonies of #BB92BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB92BA

Black with #BB92BA

Text Example


Text Example

White with #BB92BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB92BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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