Html Css Color HEX #BE8AB3 London Hue

📋 copy color: '#BE8AB3'

red 190 ◦ green 138 ◦ blue 179

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

Shades of London Hue #BE8AB3

Tints of London Hue #BE8AB3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.22%

 BLUE value IS 179 (70.31% from 255) = 35.31%

R = 37.48%
G = 27.22%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE8AB3 (or 0xBE8AB3) is known color: London Hue. HEX triplet: BE, 8A and B3. RGB value is (190,138,179). Sum of RGB (Red+Green+Blue) = 190+138+179=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AB3 is #41754C. Grayscale: #9E9E9E. Windows color (decimal): -4289869 or 11766462. OLE color: 11766462.

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

Color convert

RGB 190 138 179 -
CMYK 0 0.27 0.06 0.25
HSL 312.69º 0.29% 0.64% -
HSV(B) 312.69º 0.27% 0.75% -
XYZ 38.46 32.38 46.87 -
YUV 158.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 190 138 179 0 0.27 0.06 0.25 312.69 0.29 0.64
Hex BE 8A B3 0 1B 6 19 139 1D 40
Octal 276 212 263 0 33 6 31 471 35 100
Binary 10111110 10001010 10110011 0 11011 110 11001 100111001 11101 1000000

Color Harmonies of #BE8AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8AB3

Black with #BE8AB3

Text Example


Text Example

White with #BE8AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8AB3; }

 p { color: rgb(190,138,179); }

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

background-color css

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

 a { background-color: rgb(190,138,179); }

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

border-color css

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

 span { border-color: rgb(190,138,179); }

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