Html Css Color HEX #B288AD London Hue

📋 copy color: '#B288AD'

red 178 ◦ green 136 ◦ blue 173

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

Shades of London Hue #B288AD

Tints of London Hue #B288AD

RGB

 RED value IS 178 (69.92% from 255) = 36.55%

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

 BLUE value IS 173 (67.97% from 255) = 35.52%

R = 36.55%
G = 27.93%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B288AD (or 0xB288AD) is known color: London Hue. HEX triplet: B2, 88 and AD. RGB value is (178,136,173). Sum of RGB (Red+Green+Blue) = 178+136+173=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B288AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B288AD is #4D7752. Grayscale: #989898. Windows color (decimal): -5076819 or 11372722. OLE color: 11372722.

HSL color Cylindrical-coordinate representation of color #B288AD: hue angle of 307.14º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B288AD is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 173 -
CMYK 0 0.24 0.03 0.30
HSL 307.14º 0.21% 0.62% -
HSV(B) 307.14º 0.24% 0.7% -
XYZ 34.71 30.09 43.51 -
YUV 152.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 178 136 173 0 0.24 0.03 0.30 307.14 0.21 0.62
Hex B2 88 AD 0 18 3 1E 133 15 3E
Octal 262 210 255 0 30 3 36 463 25 76
Binary 10110010 10001000 10101101 0 11000 11 11110 100110011 10101 111110

Color Harmonies of #B288AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B288AD

Black with #B288AD

Text Example


Text Example

White with #B288AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B288AD; }

 p { color: rgb(178,136,173); }

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

background-color css

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

 a { background-color: rgb(178,136,173); }

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

border-color css

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

 span { border-color: rgb(178,136,173); }

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