Html Css Color HEX #BE8BB2 London Hue

📋 copy color: '#BE8BB2'

red 190 ◦ green 139 ◦ blue 178

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

Shades of London Hue #BE8BB2

Tints of London Hue #BE8BB2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.42%

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

R = 37.48%
G = 27.42%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE8BB2 (or 0xBE8BB2) is known color: London Hue. HEX triplet: BE, 8B and B2. RGB value is (190,139,178). Sum of RGB (Red+Green+Blue) = 190+139+178=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8BB2 is #41744D. Grayscale: #9E9E9E. Windows color (decimal): -4289614 or 11701182. OLE color: 11701182.

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

Color convert

RGB 190 139 178 -
CMYK 0 0.27 0.06 0.25
HSL 314.12º 0.28% 0.65% -
HSV(B) 314.12º 0.27% 0.75% -
XYZ 38.5 32.63 46.39 -
YUV 158.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 190 139 178 0 0.27 0.06 0.25 314.12 0.28 0.65
Hex BE 8B B2 0 1B 6 19 13A 1C 41
Octal 276 213 262 0 33 6 31 472 34 101
Binary 10111110 10001011 10110010 0 11011 110 11001 100111010 11100 1000001

Color Harmonies of #BE8BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8BB2

Black with #BE8BB2

Text Example


Text Example

White with #BE8BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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