Html Css Color HEX #BE8FB9 London Hue

📋 copy color: '#BE8FB9'

red 190 ◦ green 143 ◦ blue 185

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

Shades of London Hue #BE8FB9

Tints of London Hue #BE8FB9

RGB

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

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

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

R = 36.68%
G = 27.61%
B = 35.71%

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

#BE8FB9 (or 0xBE8FB9) is known color: London Hue. HEX triplet: BE, 8F and B9. RGB value is (190,143,185). Sum of RGB (Red+Green+Blue) = 190+143+185=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FB9 is #417046. Grayscale: #A1A1A1. Windows color (decimal): -4288583 or 12160958. OLE color: 12160958.

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

Color convert

RGB 190 143 185 -
CMYK 0 0.25 0.03 0.25
HSL 306.38º 0.27% 0.65% -
HSV(B) 306.38º 0.25% 0.75% -
XYZ 39.81 34.09 50.38 -
YUV 161.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 190 143 185 0 0.25 0.03 0.25 306.38 0.27 0.65
Hex BE 8F B9 0 19 3 19 132 1B 41
Octal 276 217 271 0 31 3 31 462 33 101
Binary 10111110 10001111 10111001 0 11001 11 11001 100110010 11011 1000001

Color Harmonies of #BE8FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8FB9

Black with #BE8FB9

Text Example


Text Example

White with #BE8FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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