Html Css Color HEX #B88CB4 London Hue

📋 copy color: '#B88CB4'

red 184 ◦ green 140 ◦ blue 180

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

Shades of London Hue #B88CB4

Tints of London Hue #B88CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.71%

R = 36.51%
G = 27.78%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B88CB4 (or 0xB88CB4) is known color: London Hue. HEX triplet: B8, 8C and B4. RGB value is (184,140,180). Sum of RGB (Red+Green+Blue) = 184+140+180=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B88CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CB4 is #47734B. Grayscale: #9D9D9D. Windows color (decimal): -4682572 or 11832504. OLE color: 11832504.

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

Color convert

RGB 184 140 180 -
CMYK 0 0.24 0.02 0.28
HSL 305.45º 0.24% 0.64% -
HSV(B) 305.45º 0.24% 0.72% -
XYZ 37.38 32.24 47.43 -
YUV 157.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 184 140 180 0 0.24 0.02 0.28 305.45 0.24 0.64
Hex B8 8C B4 0 18 2 1C 131 18 40
Octal 270 214 264 0 30 2 34 461 30 100
Binary 10111000 10001100 10110100 0 11000 10 11100 100110001 11000 1000000

Color Harmonies of #B88CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88CB4

Black with #B88CB4

Text Example


Text Example

White with #B88CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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