Html Css Color HEX #BE85B4 London Hue

📋 copy color: '#BE85B4'

red 190 ◦ green 133 ◦ blue 180

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

Shades of London Hue #BE85B4

Tints of London Hue #BE85B4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.44%

 BLUE value IS 180 (70.7% from 255) = 35.79%

R = 37.77%
G = 26.44%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE85B4 (or 0xBE85B4) is known color: London Hue. HEX triplet: BE, 85 and B4. RGB value is (190,133,180). Sum of RGB (Red+Green+Blue) = 190+133+180=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85B4 is #417A4B. Grayscale: #9B9B9B. Windows color (decimal): -4291148 or 11830718. OLE color: 11830718.

HSL color Cylindrical-coordinate representation of color #BE85B4: hue angle of 310.53º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE85B4 is Cyan = 0, Magento = 0.3, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 133 180 -
CMYK 0 0.3 0.05 0.25
HSL 310.53º 0.3% 0.63% -
HSV(B) 310.53º 0.3% 0.75% -
XYZ 37.86 31.02 47.17 -
YUV 155.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 190 133 180 0 0.3 0.05 0.25 310.53 0.3 0.63
Hex BE 85 B4 0 1E 5 19 137 1E 3F
Octal 276 205 264 0 36 5 31 467 36 77
Binary 10111110 10000101 10110100 0 11110 101 11001 100110111 11110 111111

Color Harmonies of #BE85B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85B4

Black with #BE85B4

Text Example


Text Example

White with #BE85B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85B4; }

 p { color: rgb(190,133,180); }

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

background-color css

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

 a { background-color: rgb(190,133,180); }

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

border-color css

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

 span { border-color: rgb(190,133,180); }

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