Html Css Color HEX #B087AF London Hue

📋 copy color: '#B087AF'

red 176 ◦ green 135 ◦ blue 175

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

Shades of London Hue #B087AF

Tints of London Hue #B087AF

RGB

 RED value IS 176 (69.14% from 255) = 36.21%

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

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

R = 36.21%
G = 27.78%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B087AF (or 0xB087AF) is known color: London Hue. HEX triplet: B0, 87 and AF. RGB value is (176,135,175). Sum of RGB (Red+Green+Blue) = 176+135+175=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B087AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B087AF is #4F7850. Grayscale: #979797. Windows color (decimal): -5208145 or 11503536. OLE color: 11503536.

HSL color Cylindrical-coordinate representation of color #B087AF: hue angle of 301.46º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B087AF is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 135 175 -
CMYK 0 0.23 0.01 0.31
HSL 301.46º 0.21% 0.61% -
HSV(B) 301.46º 0.23% 0.69% -
XYZ 34.31 29.65 44.47 -
YUV 151.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 176 135 175 0 0.23 0.01 0.31 301.46 0.21 0.61
Hex B0 87 AF 0 17 1 1F 12D 15 3D
Octal 260 207 257 0 27 1 37 455 25 75
Binary 10110000 10000111 10101111 0 10111 1 11111 100101101 10101 111101

Color Harmonies of #B087AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087AF

Black with #B087AF

Text Example


Text Example

White with #B087AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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