Html Css Color HEX #BB8FBA London Hue

📋 copy color: '#BB8FBA'

red 187 ◦ green 143 ◦ blue 186

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

Shades of London Hue #BB8FBA

Tints of London Hue #BB8FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.71%

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

R = 36.24%
G = 27.71%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB8FBA (or 0xBB8FBA) is known color: London Hue. HEX triplet: BB, 8F and BA. RGB value is (187,143,186). Sum of RGB (Red+Green+Blue) = 187+143+186=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FBA is #447045. Grayscale: #A0A0A0. Windows color (decimal): -4485190 or 12226491. OLE color: 12226491.

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

Color convert

RGB 187 143 186 -
CMYK 0 0.24 0.01 0.27
HSL 301.36º 0.24% 0.65% -
HSV(B) 301.36º 0.24% 0.73% -
XYZ 39.18 33.75 50.9 -
YUV 161.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 187 143 186 0 0.24 0.01 0.27 301.36 0.24 0.65
Hex BB 8F BA 0 18 1 1B 12D 18 41
Octal 273 217 272 0 30 1 33 455 30 101
Binary 10111011 10001111 10111010 0 11000 1 11011 100101101 11000 1000001

Color Harmonies of #BB8FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FBA

Black with #BB8FBA

Text Example


Text Example

White with #BB8FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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