Html Css Color HEX #B485AF London Hue

📋 copy color: '#B485AF'

red 180 ◦ green 133 ◦ blue 175

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

Shades of London Hue #B485AF

Tints of London Hue #B485AF

RGB

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

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

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

R = 36.89%
G = 27.25%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B485AF (or 0xB485AF) is known color: London Hue. HEX triplet: B4, 85 and AF. RGB value is (180,133,175). Sum of RGB (Red+Green+Blue) = 180+133+175=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B485AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B485AF is #4B7A50. Grayscale: #979797. Windows color (decimal): -4946513 or 11503028. OLE color: 11503028.

HSL color Cylindrical-coordinate representation of color #B485AF: hue angle of 306.38º 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 #B485AF is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 133 175 -
CMYK 0 0.26 0.03 0.29
HSL 306.38º 0.24% 0.61% -
HSV(B) 306.38º 0.26% 0.71% -
XYZ 34.95 29.57 44.42 -
YUV 151.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 180 133 175 0 0.26 0.03 0.29 306.38 0.24 0.61
Hex B4 85 AF 0 1A 3 1D 132 18 3D
Octal 264 205 257 0 32 3 35 462 30 75
Binary 10110100 10000101 10101111 0 11010 11 11101 100110010 11000 111101

Color Harmonies of #B485AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B485AF

Black with #B485AF

Text Example


Text Example

White with #B485AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B485AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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