Html Css Color HEX #B882BA London Hue

📋 copy color: '#B882BA'

red 184 ◦ green 130 ◦ blue 186

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

Shades of London Hue #B882BA

Tints of London Hue #B882BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 36.8%
G = 26%
B = 37.2%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B882BA (or 0xB882BA) is known color: London Hue. HEX triplet: B8, 82 and BA. RGB value is (184,130,186). Sum of RGB (Red+Green+Blue) = 184+130+186=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #B882BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882BA is #477D45. Grayscale: #989898. Windows color (decimal): -4685126 or 12223160. OLE color: 12223160.

HSL color Cylindrical-coordinate representation of color #B882BA: hue angle of 297.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B882BA is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 130 186 -
CMYK 0.01 0.30 0 0.27
HSL 297.86º 0.29% 0.62% -
HSV(B) 297.86º 0.3% 0.73% -
XYZ 36.61 29.7 50.26 -
YUV 152.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 184 130 186 0.01 0.30 0 0.27 297.86 0.29 0.62
Hex B8 82 BA 1 1E 0 1B 12A 1D 3E
Octal 270 202 272 1 36 0 33 452 35 76
Binary 10111000 10000010 10111010 1 11110 0 11011 100101010 11101 111110

Color Harmonies of #B882BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B882BA

Black with #B882BA

Text Example


Text Example

White with #B882BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B882BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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