Html Css Color HEX #B288AA London Hue

📋 copy color: '#B288AA'

red 178 ◦ green 136 ◦ blue 170

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

Shades of London Hue #B288AA

Tints of London Hue #B288AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.12%

R = 36.78%
G = 28.1%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B288AA (or 0xB288AA) is known color: London Hue. HEX triplet: B2, 88 and AA. RGB value is (178,136,170). Sum of RGB (Red+Green+Blue) = 178+136+170=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B288AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B288AA is #4D7755. Grayscale: #989898. Windows color (decimal): -5076822 or 11176114. OLE color: 11176114.

HSL color Cylindrical-coordinate representation of color #B288AA: hue angle of 311.43º 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 #B288AA is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 170 -
CMYK 0 0.24 0.04 0.30
HSL 311.43º 0.21% 0.62% -
HSV(B) 311.43º 0.24% 0.7% -
XYZ 34.42 29.98 42 -
YUV 152.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 178 136 170 0 0.24 0.04 0.30 311.43 0.21 0.62
Hex B2 88 AA 0 18 4 1E 137 15 3E
Octal 262 210 252 0 30 4 36 467 25 76
Binary 10110010 10001000 10101010 0 11000 100 11110 100110111 10101 111110

Color Harmonies of #B288AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B288AA

Black with #B288AA

Text Example


Text Example

White with #B288AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B288AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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