Html Css Color HEX #BE8FB8 London Hue

📋 copy color: '#BE8FB8'

red 190 ◦ green 143 ◦ blue 184

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

Shades of London Hue #BE8FB8

Tints of London Hue #BE8FB8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.66%

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

R = 36.75%
G = 27.66%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE8FB8 (or 0xBE8FB8) is known color: London Hue. HEX triplet: BE, 8F and B8. RGB value is (190,143,184). Sum of RGB (Red+Green+Blue) = 190+143+184=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FB8 is #417047. Grayscale: #A1A1A1. Windows color (decimal): -4288584 or 12095422. OLE color: 12095422.

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

Color convert

RGB 190 143 184 -
CMYK 0 0.25 0.03 0.25
HSL 307.66º 0.27% 0.65% -
HSV(B) 307.66º 0.25% 0.75% -
XYZ 39.71 34.05 49.83 -
YUV 161.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 190 143 184 0 0.25 0.03 0.25 307.66 0.27 0.65
Hex BE 8F B8 0 19 3 19 134 1B 41
Octal 276 217 270 0 31 3 31 464 33 101
Binary 10111110 10001111 10111000 0 11001 11 11001 100110100 11011 1000001

Color Harmonies of #BE8FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8FB8

Black with #BE8FB8

Text Example


Text Example

White with #BE8FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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