Html Css Color HEX #B882BB London Hue

📋 copy color: '#B882BB'

red 184 ◦ green 130 ◦ blue 187

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

Shades of London Hue #B882BB

Tints of London Hue #B882BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 36.73%
G = 25.95%
B = 37.33%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B882BB (or 0xB882BB) is known color: London Hue. HEX triplet: B8, 82 and BB. RGB value is (184,130,187). Sum of RGB (Red+Green+Blue) = 184+130+187=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #B882BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882BB is #477D44. Grayscale: #989898. Windows color (decimal): -4685125 or 12288696. OLE color: 12288696.

HSL color Cylindrical-coordinate representation of color #B882BB: hue angle of 296.84º degrees, saturation: 0.3, 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 #B882BB is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 130 187 -
CMYK 0.02 0.30 0 0.27
HSL 296.84º 0.3% 0.62% -
HSV(B) 296.84º 0.3% 0.73% -
XYZ 36.72 29.74 50.82 -
YUV 152.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 184 130 187 0.02 0.30 0 0.27 296.84 0.3 0.62
Hex B8 82 BB 2 1E 0 1B 129 1E 3E
Octal 270 202 273 2 36 0 33 451 36 76
Binary 10111000 10000010 10111011 10 11110 0 11011 100101001 11110 111110

Color Harmonies of #B882BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B882BB

Black with #B882BB

Text Example


Text Example

White with #B882BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B882BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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