Html Css Color HEX #BE8DB2 London Hue

📋 copy color: '#BE8DB2'

red 190 ◦ green 141 ◦ blue 178

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

Shades of London Hue #BE8DB2

Tints of London Hue #BE8DB2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

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

R = 37.33%
G = 27.7%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE8DB2 (or 0xBE8DB2) is known color: London Hue. HEX triplet: BE, 8D and B2. RGB value is (190,141,178). Sum of RGB (Red+Green+Blue) = 190+141+178=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8DB2 is #41724D. Grayscale: #9F9F9F. Windows color (decimal): -4289102 or 11701694. OLE color: 11701694.

HSL color Cylindrical-coordinate representation of color #BE8DB2: hue angle of 314.69º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE8DB2 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 141 178 -
CMYK 0 0.26 0.06 0.25
HSL 314.69º 0.27% 0.65% -
HSV(B) 314.69º 0.26% 0.75% -
XYZ 38.8 33.21 46.49 -
YUV 159.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 190 141 178 0 0.26 0.06 0.25 314.69 0.27 0.65
Hex BE 8D B2 0 1A 6 19 13B 1B 41
Octal 276 215 262 0 32 6 31 473 33 101
Binary 10111110 10001101 10110010 0 11010 110 11001 100111011 11011 1000001

Color Harmonies of #BE8DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8DB2

Black with #BE8DB2

Text Example


Text Example

White with #BE8DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8DB2; }

 p { color: rgb(190,141,178); }

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

background-color css

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

 a { background-color: rgb(190,141,178); }

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

border-color css

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

 span { border-color: rgb(190,141,178); }

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