Html Css Color HEX #BB9BB6 London Hue

📋 copy color: '#BB9BB6'

red 187 ◦ green 155 ◦ blue 182

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

Shades of London Hue #BB9BB6

Tints of London Hue #BB9BB6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.58%

 BLUE value IS 182 (71.48% from 255) = 34.73%

R = 35.69%
G = 29.58%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB9BB6 (or 0xBB9BB6) is known color: London Hue. HEX triplet: BB, 9B and B6. RGB value is (187,155,182). Sum of RGB (Red+Green+Blue) = 187+155+182=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BB6 is #446449. Grayscale: #A7A7A7. Windows color (decimal): -4482122 or 11967419. OLE color: 11967419.

HSL color Cylindrical-coordinate representation of color #BB9BB6: hue angle of 309.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BB9BB6 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 155 182 -
CMYK 0 0.17 0.03 0.27
HSL 309.38º 0.19% 0.67% -
HSV(B) 309.38º 0.17% 0.73% -
XYZ 40.66 37.38 49.33 -
YUV 167.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 187 155 182 0 0.17 0.03 0.27 309.38 0.19 0.67
Hex BB 9B B6 0 11 3 1B 135 13 43
Octal 273 233 266 0 21 3 33 465 23 103
Binary 10111011 10011011 10110110 0 10001 11 11011 100110101 10011 1000011

Color Harmonies of #BB9BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BB6

Black with #BB9BB6

Text Example


Text Example

White with #BB9BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BB6; }

 p { color: rgb(187,155,182); }

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

background-color css

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

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

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

border-color css

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

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

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