Html Css Color HEX #BE8FBB London Hue

📋 copy color: '#BE8FBB'

red 190 ◦ green 143 ◦ blue 187

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

Shades of London Hue #BE8FBB

Tints of London Hue #BE8FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 36.54%
G = 27.5%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE8FBB (or 0xBE8FBB) is known color: London Hue. HEX triplet: BE, 8F and BB. RGB value is (190,143,187). Sum of RGB (Red+Green+Blue) = 190+143+187=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FBB is #417044. Grayscale: #A1A1A1. Windows color (decimal): -4288581 or 12292030. OLE color: 12292030.

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

Color convert

RGB 190 143 187 -
CMYK 0 0.25 0.02 0.25
HSL 303.83º 0.27% 0.65% -
HSV(B) 303.83º 0.25% 0.75% -
XYZ 40.03 34.18 51.5 -
YUV 162.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 190 143 187 0 0.25 0.02 0.25 303.83 0.27 0.65
Hex BE 8F BB 0 19 2 19 130 1B 41
Octal 276 217 273 0 31 2 31 460 33 101
Binary 10111110 10001111 10111011 0 11001 10 11001 100110000 11011 1000001

Color Harmonies of #BE8FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8FBB

Black with #BE8FBB

Text Example


Text Example

White with #BE8FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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