Html Css Color HEX #BE8FBA London Hue

📋 copy color: '#BE8FBA'

red 190 ◦ green 143 ◦ blue 186

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

Shades of London Hue #BE8FBA

Tints of London Hue #BE8FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 36.61%
G = 27.55%
B = 35.84%

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

#BE8FBA (or 0xBE8FBA) is known color: London Hue. HEX triplet: BE, 8F and BA. RGB value is (190,143,186). Sum of RGB (Red+Green+Blue) = 190+143+186=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FBA is #417045. Grayscale: #A1A1A1. Windows color (decimal): -4288582 or 12226494. OLE color: 12226494.

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

Color convert

RGB 190 143 186 -
CMYK 0 0.25 0.02 0.25
HSL 305.11º 0.27% 0.65% -
HSV(B) 305.11º 0.25% 0.75% -
XYZ 39.92 34.14 50.94 -
YUV 161.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 190 143 186 0 0.25 0.02 0.25 305.11 0.27 0.65
Hex BE 8F BA 0 19 2 19 131 1B 41
Octal 276 217 272 0 31 2 31 461 33 101
Binary 10111110 10001111 10111010 0 11001 10 11001 100110001 11011 1000001

Color Harmonies of #BE8FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8FBA

Black with #BE8FBA

Text Example


Text Example

White with #BE8FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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