Html Css Color HEX #BE7EBB London Hue

📋 copy color: '#BE7EBB'

red 190 ◦ green 126 ◦ blue 187

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

Shades of London Hue #BE7EBB

Tints of London Hue #BE7EBB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.05%

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

R = 37.77%
G = 25.05%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE7EBB (or 0xBE7EBB) is known color: London Hue. HEX triplet: BE, 7E and BB. RGB value is (190,126,187). Sum of RGB (Red+Green+Blue) = 190+126+187=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EBB is #418144. Grayscale: #979797. Windows color (decimal): -4292933 or 12287678. OLE color: 12287678.

HSL color Cylindrical-coordinate representation of color #BE7EBB: hue angle of 302.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7EBB is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 126 187 -
CMYK 0 0.34 0.02 0.25
HSL 302.81º 0.33% 0.62% -
HSV(B) 302.81º 0.34% 0.75% -
XYZ 37.67 29.46 50.71 -
YUV 152.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 190 126 187 0 0.34 0.02 0.25 302.81 0.33 0.62
Hex BE 7E BB 0 22 2 19 12F 21 3E
Octal 276 176 273 0 42 2 31 457 41 76
Binary 10111110 1111110 10111011 0 100010 10 11001 100101111 100001 111110

Color Harmonies of #BE7EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7EBB

Black with #BE7EBB

Text Example


Text Example

White with #BE7EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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