Html Css Color HEX #B892BA London Hue

📋 copy color: '#B892BA'

red 184 ◦ green 146 ◦ blue 186

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

Shades of London Hue #B892BA

Tints of London Hue #B892BA

RGB

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

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

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

R = 35.66%
G = 28.29%
B = 36.05%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B892BA (or 0xB892BA) is known color: London Hue. HEX triplet: B8, 92 and BA. RGB value is (184,146,186). Sum of RGB (Red+Green+Blue) = 184+146+186=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B892BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892BA is #476D45. Grayscale: #A1A1A1. Windows color (decimal): -4681030 or 12227256. OLE color: 12227256.

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

Color convert

RGB 184 146 186 -
CMYK 0.01 0.22 0 0.27
HSL 297º 0.22% 0.65% -
HSV(B) 297º 0.22% 0.73% -
XYZ 38.91 34.29 51.02 -
YUV 161.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 184 146 186 0.01 0.22 0 0.27 297 0.22 0.65
Hex B8 92 BA 1 16 0 1B 129 16 41
Octal 270 222 272 1 26 0 33 451 26 101
Binary 10111000 10010010 10111010 1 10110 0 11011 100101001 10110 1000001

Color Harmonies of #B892BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B892BA

Black with #B892BA

Text Example


Text Example

White with #B892BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B892BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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