Html Css Color HEX #B88CBA London Hue

📋 copy color: '#B88CBA'

red 184 ◦ green 140 ◦ blue 186

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

Shades of London Hue #B88CBA

Tints of London Hue #B88CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.45%

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

R = 36.08%
G = 27.45%
B = 36.47%

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

#B88CBA (or 0xB88CBA) is known color: London Hue. HEX triplet: B8, 8C and BA. RGB value is (184,140,186). Sum of RGB (Red+Green+Blue) = 184+140+186=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #B88CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CBA is #477345. Grayscale: #9E9E9E. Windows color (decimal): -4682566 or 12225720. OLE color: 12225720.

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

Color convert

RGB 184 140 186 -
CMYK 0.01 0.25 0 0.27
HSL 297.39º 0.25% 0.64% -
HSV(B) 297.39º 0.25% 0.73% -
XYZ 38.01 32.49 50.72 -
YUV 158.4 143.58 146.26 -
System Red Green Blue C M Y K H S L
Decimal 184 140 186 0.01 0.25 0 0.27 297.39 0.25 0.64
Hex B8 8C BA 1 19 0 1B 129 19 40
Octal 270 214 272 1 31 0 33 451 31 100
Binary 10111000 10001100 10111010 1 11001 0 11011 100101001 11001 1000000

Color Harmonies of #B88CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88CBA

Black with #B88CBA

Text Example


Text Example

White with #B88CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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