Html Css Color HEX #B88BBA London Hue

📋 copy color: '#B88BBA'

red 184 ◦ green 139 ◦ blue 186

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

Shades of London Hue #B88BBA

Tints of London Hue #B88BBA

RGB

 RED value IS 184 (72.27% from 255) = 36.15%

 GREEN value IS 139 (54.69% from 255) = 27.31%

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

R = 36.15%
G = 27.31%
B = 36.54%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B88BBA (or 0xB88BBA) is known color: London Hue. HEX triplet: B8, 8B and BA. RGB value is (184,139,186). Sum of RGB (Red+Green+Blue) = 184+139+186=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #B88BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BBA is #477445. Grayscale: #9D9D9D. Windows color (decimal): -4682822 or 12225464. OLE color: 12225464.

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

Color convert

RGB 184 139 186 -
CMYK 0.01 0.25 0 0.27
HSL 297.45º 0.25% 0.64% -
HSV(B) 297.45º 0.25% 0.73% -
XYZ 37.86 32.2 50.67 -
YUV 157.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 184 139 186 0.01 0.25 0 0.27 297.45 0.25 0.64
Hex B8 8B BA 1 19 0 1B 129 19 40
Octal 270 213 272 1 31 0 33 451 31 100
Binary 10111000 10001011 10111010 1 11001 0 11011 100101001 11001 1000000

Color Harmonies of #B88BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88BBA

Black with #B88BBA

Text Example


Text Example

White with #B88BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88BBA; }

 p { color: rgb(184,139,186); }

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

background-color css

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

 a { background-color: rgb(184,139,186); }

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

border-color css

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

 span { border-color: rgb(184,139,186); }

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