Html Css Color HEX #B88EBA London Hue

📋 copy color: '#B88EBA'

red 184 ◦ green 142 ◦ blue 186

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

Shades of London Hue #B88EBA

Tints of London Hue #B88EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.73%

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

R = 35.94%
G = 27.73%
B = 36.33%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B88EBA (or 0xB88EBA) is known color: London Hue. HEX triplet: B8, 8E and BA. RGB value is (184,142,186). Sum of RGB (Red+Green+Blue) = 184+142+186=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #B88EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88EBA is #477145. Grayscale: #9F9F9F. Windows color (decimal): -4682054 or 12226232. OLE color: 12226232.

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

Color convert

RGB 184 142 186 -
CMYK 0.01 0.24 0 0.27
HSL 297.27º 0.24% 0.64% -
HSV(B) 297.27º 0.24% 0.73% -
XYZ 38.3 33.08 50.82 -
YUV 159.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 184 142 186 0.01 0.24 0 0.27 297.27 0.24 0.64
Hex B8 8E BA 1 18 0 1B 129 18 40
Octal 270 216 272 1 30 0 33 451 30 100
Binary 10111000 10001110 10111010 1 11000 0 11011 100101001 11000 1000000

Color Harmonies of #B88EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88EBA

Black with #B88EBA

Text Example


Text Example

White with #B88EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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