Html Css Color HEX #B588AF London Hue

📋 copy color: '#B588AF'

red 181 ◦ green 136 ◦ blue 175

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

Shades of London Hue #B588AF

Tints of London Hue #B588AF

RGB

 RED value IS 181 (71.09% from 255) = 36.79%

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

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

R = 36.79%
G = 27.64%
B = 35.57%

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

#B588AF (or 0xB588AF) is known color: London Hue. HEX triplet: B5, 88 and AF. RGB value is (181,136,175). Sum of RGB (Red+Green+Blue) = 181+136+175=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 181 - color contains mainly: red. Hex color #B588AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B588AF is #4A7750. Grayscale: #999999. Windows color (decimal): -4880209 or 11503797. OLE color: 11503797.

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

Color convert

RGB 181 136 175 -
CMYK 0 0.25 0.03 0.29
HSL 308º 0.23% 0.62% -
HSV(B) 308º 0.25% 0.71% -
XYZ 35.6 30.53 44.57 -
YUV 153.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 181 136 175 0 0.25 0.03 0.29 308 0.23 0.62
Hex B5 88 AF 0 19 3 1D 134 17 3E
Octal 265 210 257 0 31 3 35 464 27 76
Binary 10110101 10001000 10101111 0 11001 11 11101 100110100 10111 111110

Color Harmonies of #B588AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B588AF

Black with #B588AF

Text Example


Text Example

White with #B588AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B588AF; }

 p { color: rgb(181,136,175); }

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

background-color css

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

 a { background-color: rgb(181,136,175); }

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

border-color css

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

 span { border-color: rgb(181,136,175); }

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