Html Css Color HEX #BB96BA London Hue

📋 copy color: '#BB96BA'

red 187 ◦ green 150 ◦ blue 186

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

Shades of London Hue #BB96BA

Tints of London Hue #BB96BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.68%

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

R = 35.76%
G = 28.68%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB96BA (or 0xBB96BA) is known color: London Hue. HEX triplet: BB, 96 and BA. RGB value is (187,150,186). Sum of RGB (Red+Green+Blue) = 187+150+186=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BB96BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96BA is #446945. Grayscale: #A5A5A5. Windows color (decimal): -4483398 or 12228283. OLE color: 12228283.

HSL color Cylindrical-coordinate representation of color #BB96BA: hue angle of 301.62º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB96BA is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 150 186 -
CMYK 0 0.20 0.01 0.27
HSL 301.62º 0.21% 0.66% -
HSV(B) 301.62º 0.2% 0.73% -
XYZ 40.26 35.92 51.27 -
YUV 165.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 187 150 186 0 0.20 0.01 0.27 301.62 0.21 0.66
Hex BB 96 BA 0 14 1 1B 12E 15 42
Octal 273 226 272 0 24 1 33 456 25 102
Binary 10111011 10010110 10111010 0 10100 1 11011 100101110 10101 1000010

Color Harmonies of #BB96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96BA

Black with #BB96BA

Text Example


Text Example

White with #BB96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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