Html Css Color HEX #BE8DB8 London Hue

📋 copy color: '#BE8DB8'

red 190 ◦ green 141 ◦ blue 184

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

Shades of London Hue #BE8DB8

Tints of London Hue #BE8DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.73%

R = 36.89%
G = 27.38%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE8DB8 (or 0xBE8DB8) is known color: London Hue. HEX triplet: BE, 8D and B8. RGB value is (190,141,184). Sum of RGB (Red+Green+Blue) = 190+141+184=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DB8 is #417247. Grayscale: #A0A0A0. Windows color (decimal): -4289096 or 12094910. OLE color: 12094910.

HSL color Cylindrical-coordinate representation of color #BE8DB8: hue angle of 307.35º 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 #BE8DB8 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 141 184 -
CMYK 0 0.26 0.03 0.25
HSL 307.35º 0.27% 0.65% -
HSV(B) 307.35º 0.26% 0.75% -
XYZ 39.41 33.46 49.73 -
YUV 160.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 190 141 184 0 0.26 0.03 0.25 307.35 0.27 0.65
Hex BE 8D B8 0 1A 3 19 133 1B 41
Octal 276 215 270 0 32 3 31 463 33 101
Binary 10111110 10001101 10111000 0 11010 11 11001 100110011 11011 1000001

Color Harmonies of #BE8DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8DB8

Black with #BE8DB8

Text Example


Text Example

White with #BE8DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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