Html Css Color HEX #B882AD London Hue

📋 copy color: '#B882AD'

red 184 ◦ green 130 ◦ blue 173

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

Shades of London Hue #B882AD

Tints of London Hue #B882AD

RGB

 RED value IS 184 (72.27% from 255) = 37.78%

 GREEN value IS 130 (51.17% from 255) = 26.69%

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

R = 37.78%
G = 26.69%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B882AD (or 0xB882AD) is known color: London Hue. HEX triplet: B8, 82 and AD. RGB value is (184,130,173). Sum of RGB (Red+Green+Blue) = 184+130+173=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B882AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B882AD is #477D52. Grayscale: #969696. Windows color (decimal): -4685139 or 11371192. OLE color: 11371192.

HSL color Cylindrical-coordinate representation of color #B882AD: hue angle of 312.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B882AD is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 130 173 -
CMYK 0 0.29 0.06 0.28
HSL 312.22º 0.28% 0.62% -
HSV(B) 312.22º 0.29% 0.72% -
XYZ 35.29 29.17 43.31 -
YUV 151.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 184 130 173 0 0.29 0.06 0.28 312.22 0.28 0.62
Hex B8 82 AD 0 1D 6 1C 138 1C 3E
Octal 270 202 255 0 35 6 34 470 34 76
Binary 10111000 10000010 10101101 0 11101 110 11100 100111000 11100 111110

Color Harmonies of #B882AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B882AD

Black with #B882AD

Text Example


Text Example

White with #B882AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B882AD; }

 p { color: rgb(184,130,173); }

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

background-color css

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

 a { background-color: rgb(184,130,173); }

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

border-color css

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

 span { border-color: rgb(184,130,173); }

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