Html Css Color HEX #BE92BA London Hue

📋 copy color: '#BE92BA'

red 190 ◦ green 146 ◦ blue 186

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

Shades of London Hue #BE92BA

Tints of London Hue #BE92BA

RGB

 RED value IS 190 (74.61% from 255) = 36.4%

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

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

R = 36.4%
G = 27.97%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE92BA (or 0xBE92BA) is known color: London Hue. HEX triplet: BE, 92 and BA. RGB value is (190,146,186). Sum of RGB (Red+Green+Blue) = 190+146+186=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92BA is #416D45. Grayscale: #A3A3A3. Windows color (decimal): -4287814 or 12227262. OLE color: 12227262.

HSL color Cylindrical-coordinate representation of color #BE92BA: hue angle of 305.45º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE92BA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 146 186 -
CMYK 0 0.23 0.02 0.25
HSL 305.45º 0.25% 0.66% -
HSV(B) 305.45º 0.23% 0.75% -
XYZ 40.38 35.05 51.09 -
YUV 163.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 190 146 186 0 0.23 0.02 0.25 305.45 0.25 0.66
Hex BE 92 BA 0 17 2 19 131 19 42
Octal 276 222 272 0 27 2 31 461 31 102
Binary 10111110 10010010 10111010 0 10111 10 11001 100110001 11001 1000010

Color Harmonies of #BE92BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE92BA

Black with #BE92BA

Text Example


Text Example

White with #BE92BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE92BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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