Html Css Color HEX #BE90B6 London Hue

📋 copy color: '#BE90B6'

red 190 ◦ green 144 ◦ blue 182

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

Shades of London Hue #BE90B6

Tints of London Hue #BE90B6

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.91%

 BLUE value IS 182 (71.48% from 255) = 35.27%

R = 36.82%
G = 27.91%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE90B6 (or 0xBE90B6) is known color: London Hue. HEX triplet: BE, 90 and B6. RGB value is (190,144,182). Sum of RGB (Red+Green+Blue) = 190+144+182=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BE90B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90B6 is #416F49. Grayscale: #A1A1A1. Windows color (decimal): -4288330 or 11964606. OLE color: 11964606.

HSL color Cylindrical-coordinate representation of color #BE90B6: hue angle of 310.43º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE90B6 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 144 182 -
CMYK 0 0.24 0.04 0.25
HSL 310.43º 0.26% 0.65% -
HSV(B) 310.43º 0.24% 0.75% -
XYZ 39.65 34.27 48.78 -
YUV 162.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 190 144 182 0 0.24 0.04 0.25 310.43 0.26 0.65
Hex BE 90 B6 0 18 4 19 136 1A 41
Octal 276 220 266 0 30 4 31 466 32 101
Binary 10111110 10010000 10110110 0 11000 100 11001 100110110 11010 1000001

Color Harmonies of #BE90B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE90B6

Black with #BE90B6

Text Example


Text Example

White with #BE90B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE90B6; }

 p { color: rgb(190,144,182); }

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

background-color css

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

 a { background-color: rgb(190,144,182); }

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

border-color css

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

 span { border-color: rgb(190,144,182); }

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