Html Css Color HEX #B88CAB London Hue

📋 copy color: '#B88CAB'

red 184 ◦ green 140 ◦ blue 171

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

Shades of London Hue #B88CAB

Tints of London Hue #B88CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 37.17%
G = 28.28%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B88CAB (or 0xB88CAB) is known color: London Hue. HEX triplet: B8, 8C and AB. RGB value is (184,140,171). Sum of RGB (Red+Green+Blue) = 184+140+171=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B88CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88CAB is #477354. Grayscale: #9C9C9C. Windows color (decimal): -4682581 or 11242680. OLE color: 11242680.

HSL color Cylindrical-coordinate representation of color #B88CAB: hue angle of 317.73º 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 #B88CAB is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 140 171 -
CMYK 0 0.24 0.07 0.28
HSL 317.73º 0.24% 0.64% -
HSV(B) 317.73º 0.24% 0.72% -
XYZ 36.5 31.89 42.76 -
YUV 156.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 184 140 171 0 0.24 0.07 0.28 317.73 0.24 0.64
Hex B8 8C AB 0 18 7 1C 13E 18 40
Octal 270 214 253 0 30 7 34 476 30 100
Binary 10111000 10001100 10101011 0 11000 111 11100 100111110 11000 1000000

Color Harmonies of #B88CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88CAB

Black with #B88CAB

Text Example


Text Example

White with #B88CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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