Html Css Color HEX #B896B6 London Hue

📋 copy color: '#B896B6'

red 184 ◦ green 150 ◦ blue 182

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

Shades of London Hue #B896B6

Tints of London Hue #B896B6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.07%

 BLUE value IS 182 (71.48% from 255) = 35.27%

R = 35.66%
G = 29.07%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B896B6 (or 0xB896B6) is known color: London Hue. HEX triplet: B8, 96 and B6. RGB value is (184,150,182). Sum of RGB (Red+Green+Blue) = 184+150+182=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 184 - color contains mainly: red. Hex color #B896B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896B6 is #476949. Grayscale: #A3A3A3. Windows color (decimal): -4680010 or 11966136. OLE color: 11966136.

HSL color Cylindrical-coordinate representation of color #B896B6: hue angle of 303.53º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B896B6 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 150 182 -
CMYK 0 0.18 0.01 0.28
HSL 303.53º 0.19% 0.65% -
HSV(B) 303.53º 0.18% 0.72% -
XYZ 39.12 35.38 49.02 -
YUV 163.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 184 150 182 0 0.18 0.01 0.28 303.53 0.19 0.65
Hex B8 96 B6 0 12 1 1C 130 13 41
Octal 270 226 266 0 22 1 34 460 23 101
Binary 10111000 10010110 10110110 0 10010 1 11100 100110000 10011 1000001

Color Harmonies of #B896B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896B6

Black with #B896B6

Text Example


Text Example

White with #B896B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896B6; }

 p { color: rgb(184,150,182); }

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

background-color css

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

 a { background-color: rgb(184,150,182); }

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

border-color css

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

 span { border-color: rgb(184,150,182); }

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