Html Css Color HEX #BB92B2 London Hue

📋 copy color: '#BB92B2'

red 187 ◦ green 146 ◦ blue 178

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

Shades of London Hue #BB92B2

Tints of London Hue #BB92B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.83%

R = 36.59%
G = 28.57%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB92B2 (or 0xBB92B2) is known color: London Hue. HEX triplet: BB, 92 and B2. RGB value is (187,146,178). Sum of RGB (Red+Green+Blue) = 187+146+178=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BB92B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB92B2 is #446D4D. Grayscale: #A1A1A1. Windows color (decimal): -4484430 or 11702971. OLE color: 11702971.

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

Color convert

RGB 187 146 178 -
CMYK 0 0.22 0.05 0.27
HSL 313.17º 0.23% 0.65% -
HSV(B) 313.17º 0.22% 0.73% -
XYZ 38.81 34.34 46.7 -
YUV 161.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 187 146 178 0 0.22 0.05 0.27 313.17 0.23 0.65
Hex BB 92 B2 0 16 5 1B 139 17 41
Octal 273 222 262 0 26 5 33 471 27 101
Binary 10111011 10010010 10110010 0 10110 101 11011 100111001 10111 1000001

Color Harmonies of #BB92B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB92B2

Black with #BB92B2

Text Example


Text Example

White with #BB92B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB92B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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