Html Css Color HEX #B88DBB London Hue

📋 copy color: '#B88DBB'

red 184 ◦ green 141 ◦ blue 187

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

Shades of London Hue #B88DBB

Tints of London Hue #B88DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.54%

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 35.94%
G = 27.54%
B = 36.52%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B88DBB (or 0xB88DBB) is known color: London Hue. HEX triplet: B8, 8D and BB. RGB value is (184,141,187). Sum of RGB (Red+Green+Blue) = 184+141+187=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #B88DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DBB is #477244. Grayscale: #9E9E9E. Windows color (decimal): -4682309 or 12291512. OLE color: 12291512.

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

Color convert

RGB 184 141 187 -
CMYK 0.02 0.25 0 0.27
HSL 296.09º 0.25% 0.64% -
HSV(B) 296.09º 0.25% 0.73% -
XYZ 38.26 32.83 51.33 -
YUV 159.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 184 141 187 0.02 0.25 0 0.27 296.09 0.25 0.64
Hex B8 8D BB 2 19 0 1B 128 19 40
Octal 270 215 273 2 31 0 33 450 31 100
Binary 10111000 10001101 10111011 10 11001 0 11011 100101000 11001 1000000

Color Harmonies of #B88DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88DBB

Black with #B88DBB

Text Example


Text Example

White with #B88DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88DBB; }

 p { color: rgb(184,141,187); }

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

background-color css

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

 a { background-color: rgb(184,141,187); }

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

border-color css

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

 span { border-color: rgb(184,141,187); }

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