Html Css Color HEX #BE7BBF London Hue

📋 copy color: '#BE7BBF'

red 190 ◦ green 123 ◦ blue 191

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

Shades of London Hue #BE7BBF

Tints of London Hue #BE7BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.4%

 BLUE value IS 191 (75% from 255) = 37.9%

R = 37.7%
G = 24.4%
B = 37.9%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE7BBF (or 0xBE7BBF) is known color: London Hue. HEX triplet: BE, 7B and BF. RGB value is (190,123,191). Sum of RGB (Red+Green+Blue) = 190+123+191=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BBF is #418440. Grayscale: #969696. Windows color (decimal): -4293697 or 12549054. OLE color: 12549054.

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

Color convert

RGB 190 123 191 -
CMYK 0.01 0.36 0 0.25
HSL 299.12º 0.35% 0.62% -
HSV(B) 299.12º 0.36% 0.75% -
XYZ 37.72 28.87 52.88 -
YUV 150.79 150.7 155.97 -
System Red Green Blue C M Y K H S L
Decimal 190 123 191 0.01 0.36 0 0.25 299.12 0.35 0.62
Hex BE 7B BF 1 24 0 19 12B 23 3E
Octal 276 173 277 1 44 0 31 453 43 76
Binary 10111110 1111011 10111111 1 100100 0 11001 100101011 100011 111110

Color Harmonies of #BE7BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BBF

Black with #BE7BBF

Text Example


Text Example

White with #BE7BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BBF; }

 p { color: rgb(190,123,191); }

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

background-color css

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

 a { background-color: rgb(190,123,191); }

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

border-color css

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

 span { border-color: rgb(190,123,191); }

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