Html Css Color HEX #B488AB London Hue

📋 copy color: '#B488AB'

red 180 ◦ green 136 ◦ blue 171

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

Shades of London Hue #B488AB

Tints of London Hue #B488AB

RGB

 RED value IS 180 (70.7% from 255) = 36.96%

 GREEN value IS 136 (53.52% from 255) = 27.93%

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

R = 36.96%
G = 27.93%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B488AB (or 0xB488AB) is known color: London Hue. HEX triplet: B4, 88 and AB. RGB value is (180,136,171). Sum of RGB (Red+Green+Blue) = 180+136+171=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B488AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488AB is #4B7754. Grayscale: #999999. Windows color (decimal): -4945749 or 11241652. OLE color: 11241652.

HSL color Cylindrical-coordinate representation of color #B488AB: hue angle of 312.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B488AB is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 136 171 -
CMYK 0 0.24 0.05 0.29
HSL 312.27º 0.23% 0.62% -
HSV(B) 312.27º 0.24% 0.71% -
XYZ 34.98 30.25 42.52 -
YUV 153.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 180 136 171 0 0.24 0.05 0.29 312.27 0.23 0.62
Hex B4 88 AB 0 18 5 1D 138 17 3E
Octal 264 210 253 0 30 5 35 470 27 76
Binary 10110100 10001000 10101011 0 11000 101 11101 100111000 10111 111110

Color Harmonies of #B488AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488AB

Black with #B488AB

Text Example


Text Example

White with #B488AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488AB; }

 p { color: rgb(180,136,171); }

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

background-color css

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

 a { background-color: rgb(180,136,171); }

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

border-color css

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

 span { border-color: rgb(180,136,171); }

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