Html Css Color HEX #B487AF London Hue

📋 copy color: '#B487AF'

red 180 ◦ green 135 ◦ blue 175

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

Shades of London Hue #B487AF

Tints of London Hue #B487AF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.55%

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

R = 36.73%
G = 27.55%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B487AF (or 0xB487AF) is known color: London Hue. HEX triplet: B4, 87 and AF. RGB value is (180,135,175). Sum of RGB (Red+Green+Blue) = 180+135+175=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B487AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487AF is #4B7850. Grayscale: #989898. Windows color (decimal): -4946001 or 11503540. OLE color: 11503540.

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

Color convert

RGB 180 135 175 -
CMYK 0 0.25 0.03 0.29
HSL 306.67º 0.23% 0.62% -
HSV(B) 306.67º 0.25% 0.71% -
XYZ 35.22 30.13 44.52 -
YUV 153.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 180 135 175 0 0.25 0.03 0.29 306.67 0.23 0.62
Hex B4 87 AF 0 19 3 1D 133 17 3E
Octal 264 207 257 0 31 3 35 463 27 76
Binary 10110100 10000111 10101111 0 11001 11 11101 100110011 10111 111110

Color Harmonies of #B487AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B487AF

Black with #B487AF

Text Example


Text Example

White with #B487AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B487AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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