Html Css Color HEX #BB95BA London Hue

📋 copy color: '#BB95BA'

red 187 ◦ green 149 ◦ blue 186

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

Shades of London Hue #BB95BA

Tints of London Hue #BB95BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.54%

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

R = 35.82%
G = 28.54%
B = 35.63%

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

#BB95BA (or 0xBB95BA) is known color: London Hue. HEX triplet: BB, 95 and BA. RGB value is (187,149,186). Sum of RGB (Red+Green+Blue) = 187+149+186=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BB95BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95BA is #446A45. Grayscale: #A4A4A4. Windows color (decimal): -4483654 or 12228027. OLE color: 12228027.

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

Color convert

RGB 187 149 186 -
CMYK 0 0.20 0.01 0.27
HSL 301.58º 0.22% 0.66% -
HSV(B) 301.58º 0.2% 0.73% -
XYZ 40.1 35.6 51.21 -
YUV 164.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 187 149 186 0 0.20 0.01 0.27 301.58 0.22 0.66
Hex BB 95 BA 0 14 1 1B 12E 16 42
Octal 273 225 272 0 24 1 33 456 26 102
Binary 10111011 10010101 10111010 0 10100 1 11011 100101110 10110 1000010

Color Harmonies of #BB95BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95BA

Black with #BB95BA

Text Example


Text Example

White with #BB95BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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