Html Css Color HEX #BE7DB9 London Hue

📋 copy color: '#BE7DB9'

red 190 ◦ green 125 ◦ blue 185

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

Shades of London Hue #BE7DB9

Tints of London Hue #BE7DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25%

 BLUE value IS 185 (72.66% from 255) = 37%

R = 38%
G = 25%
B = 37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE7DB9 (or 0xBE7DB9) is known color: London Hue. HEX triplet: BE, 7D and B9. RGB value is (190,125,185). Sum of RGB (Red+Green+Blue) = 190+125+185=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DB9 is #418246. Grayscale: #979797. Windows color (decimal): -4293191 or 12156350. OLE color: 12156350.

HSL color Cylindrical-coordinate representation of color #BE7DB9: hue angle of 304.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7DB9 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 125 185 -
CMYK 0 0.34 0.03 0.25
HSL 304.62º 0.33% 0.62% -
HSV(B) 304.62º 0.34% 0.75% -
XYZ 37.33 29.12 49.55 -
YUV 151.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 190 125 185 0 0.34 0.03 0.25 304.62 0.33 0.62
Hex BE 7D B9 0 22 3 19 131 21 3E
Octal 276 175 271 0 42 3 31 461 41 76
Binary 10111110 1111101 10111001 0 100010 11 11001 100110001 100001 111110

Color Harmonies of #BE7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DB9

Black with #BE7DB9

Text Example


Text Example

White with #BE7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DB9; }

 p { color: rgb(190,125,185); }

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

background-color css

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

 a { background-color: rgb(190,125,185); }

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

border-color css

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

 span { border-color: rgb(190,125,185); }

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