Html Css Color HEX #B485AB London Hue

📋 copy color: '#B485AB'

red 180 ◦ green 133 ◦ blue 171

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

Shades of London Hue #B485AB

Tints of London Hue #B485AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.48%

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

R = 37.19%
G = 27.48%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B485AB (or 0xB485AB) is known color: London Hue. HEX triplet: B4, 85 and AB. RGB value is (180,133,171). Sum of RGB (Red+Green+Blue) = 180+133+171=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B485AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B485AB is #4B7A54. Grayscale: #979797. Windows color (decimal): -4946517 or 11240884. OLE color: 11240884.

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

Color convert

RGB 180 133 171 -
CMYK 0 0.26 0.05 0.29
HSL 311.49º 0.24% 0.61% -
HSV(B) 311.49º 0.26% 0.71% -
XYZ 34.56 29.42 42.38 -
YUV 151.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 180 133 171 0 0.26 0.05 0.29 311.49 0.24 0.61
Hex B4 85 AB 0 1A 5 1D 137 18 3D
Octal 264 205 253 0 32 5 35 467 30 75
Binary 10110100 10000101 10101011 0 11010 101 11101 100110111 11000 111101

Color Harmonies of #B485AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B485AB

Black with #B485AB

Text Example


Text Example

White with #B485AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B485AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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