Html Css Color HEX #B292B6 London Hue

📋 copy color: '#B292B6'

red 178 ◦ green 146 ◦ blue 182

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

Shades of London Hue #B292B6

Tints of London Hue #B292B6

RGB

 RED value IS 178 (69.92% from 255) = 35.18%

 GREEN value IS 146 (57.42% from 255) = 28.85%

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

R = 35.18%
G = 28.85%
B = 35.97%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B292B6 (or 0xB292B6) is known color: London Hue. HEX triplet: B2, 92 and B6. RGB value is (178,146,182). Sum of RGB (Red+Green+Blue) = 178+146+182=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 182 - color contains mainly: blue. Hex color #B292B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292B6 is #4D6D49. Grayscale: #9F9F9F. Windows color (decimal): -5074250 or 11965106. OLE color: 11965106.

HSL color Cylindrical-coordinate representation of color #B292B6: hue angle of 293.33º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B292B6 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 146 182 -
CMYK 0.02 0.20 0 0.29
HSL 293.33º 0.2% 0.64% -
HSV(B) 293.33º 0.2% 0.71% -
XYZ 37.08 33.4 48.75 -
YUV 159.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 178 146 182 0.02 0.20 0 0.29 293.33 0.2 0.64
Hex B2 92 B6 2 14 0 1D 125 14 40
Octal 262 222 266 2 24 0 35 445 24 100
Binary 10110010 10010010 10110110 10 10100 0 11101 100100101 10100 1000000

Color Harmonies of #B292B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B292B6

Black with #B292B6

Text Example


Text Example

White with #B292B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B292B6; }

 p { color: rgb(178,146,182); }

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

background-color css

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

 a { background-color: rgb(178,146,182); }

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

border-color css

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

 span { border-color: rgb(178,146,182); }

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