Html Css Color HEX #B88AAF London Hue

📋 copy color: '#B88AAF'

red 184 ◦ green 138 ◦ blue 175

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

Shades of London Hue #B88AAF

Tints of London Hue #B88AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.77%

 BLUE value IS 175 (68.75% from 255) = 35.21%

R = 37.02%
G = 27.77%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B88AAF (or 0xB88AAF) is known color: London Hue. HEX triplet: B8, 8A and AF. RGB value is (184,138,175). Sum of RGB (Red+Green+Blue) = 184+138+175=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 184 - color contains mainly: red. Hex color #B88AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88AAF is #477550. Grayscale: #9B9B9B. Windows color (decimal): -4683089 or 11504312. OLE color: 11504312.

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

Color convert

RGB 184 138 175 -
CMYK 0 0.25 0.05 0.28
HSL 311.74º 0.24% 0.63% -
HSV(B) 311.74º 0.25% 0.72% -
XYZ 36.59 31.46 44.7 -
YUV 155.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 184 138 175 0 0.25 0.05 0.28 311.74 0.24 0.63
Hex B8 8A AF 0 19 5 1C 138 18 3F
Octal 270 212 257 0 31 5 34 470 30 77
Binary 10111000 10001010 10101111 0 11001 101 11100 100111000 11000 111111

Color Harmonies of #B88AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88AAF

Black with #B88AAF

Text Example


Text Example

White with #B88AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88AAF; }

 p { color: rgb(184,138,175); }

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

background-color css

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

 a { background-color: rgb(184,138,175); }

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

border-color css

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

 span { border-color: rgb(184,138,175); }

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