Html Css Color HEX #BE8BB4 London Hue

📋 copy color: '#BE8BB4'

red 190 ◦ green 139 ◦ blue 180

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

Shades of London Hue #BE8BB4

Tints of London Hue #BE8BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.36%

R = 37.33%
G = 27.31%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE8BB4 (or 0xBE8BB4) is known color: London Hue. HEX triplet: BE, 8B and B4. RGB value is (190,139,180). Sum of RGB (Red+Green+Blue) = 190+139+180=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8BB4 is #41744B. Grayscale: #9E9E9E. Windows color (decimal): -4289612 or 11832254. OLE color: 11832254.

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

Color convert

RGB 190 139 180 -
CMYK 0 0.27 0.05 0.25
HSL 311.76º 0.28% 0.65% -
HSV(B) 311.76º 0.27% 0.75% -
XYZ 38.71 32.71 47.45 -
YUV 158.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 190 139 180 0 0.27 0.05 0.25 311.76 0.28 0.65
Hex BE 8B B4 0 1B 5 19 138 1C 41
Octal 276 213 264 0 33 5 31 470 34 101
Binary 10111110 10001011 10110100 0 11011 101 11001 100111000 11100 1000001

Color Harmonies of #BE8BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8BB4

Black with #BE8BB4

Text Example


Text Example

White with #BE8BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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