Html Css Color HEX #B984B2 London Hue

📋 copy color: '#B984B2'

red 185 ◦ green 132 ◦ blue 178

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

Shades of London Hue #B984B2

Tints of London Hue #B984B2

RGB

 RED value IS 185 (72.66% from 255) = 37.37%

 GREEN value IS 132 (51.95% from 255) = 26.67%

 BLUE value IS 178 (69.92% from 255) = 35.96%

R = 37.37%
G = 26.67%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B984B2 (or 0xB984B2) is known color: London Hue. HEX triplet: B9, 84 and B2. RGB value is (185,132,178). Sum of RGB (Red+Green+Blue) = 185+132+178=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B984B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984B2 is #467B4D. Grayscale: #989898. Windows color (decimal): -4619086 or 11699385. OLE color: 11699385.

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

Color convert

RGB 185 132 178 -
CMYK 0 0.29 0.04 0.27
HSL 307.92º 0.27% 0.62% -
HSV(B) 307.92º 0.29% 0.73% -
XYZ 36.29 30.03 46 -
YUV 153.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 185 132 178 0 0.29 0.04 0.27 307.92 0.27 0.62
Hex B9 84 B2 0 1D 4 1B 134 1B 3E
Octal 271 204 262 0 35 4 33 464 33 76
Binary 10111001 10000100 10110010 0 11101 100 11011 100110100 11011 111110

Color Harmonies of #B984B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B984B2

Black with #B984B2

Text Example


Text Example

White with #B984B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B984B2; }

 p { color: rgb(185,132,178); }

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

background-color css

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

 a { background-color: rgb(185,132,178); }

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

border-color css

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

 span { border-color: rgb(185,132,178); }

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