Html Css Color HEX #BE90B9 London Hue

📋 copy color: '#BE90B9'

red 190 ◦ green 144 ◦ blue 185

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

Shades of London Hue #BE90B9

Tints of London Hue #BE90B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.65%

R = 36.61%
G = 27.75%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE90B9 (or 0xBE90B9) is known color: London Hue. HEX triplet: BE, 90 and B9. RGB value is (190,144,185). Sum of RGB (Red+Green+Blue) = 190+144+185=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE90B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90B9 is #416F46. Grayscale: #A2A2A2. Windows color (decimal): -4288327 or 12161214. OLE color: 12161214.

HSL color Cylindrical-coordinate representation of color #BE90B9: hue angle of 306.52º 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 #BE90B9 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 144 185 -
CMYK 0 0.24 0.03 0.25
HSL 306.52º 0.26% 0.65% -
HSV(B) 306.52º 0.24% 0.75% -
XYZ 39.97 34.4 50.43 -
YUV 162.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 190 144 185 0 0.24 0.03 0.25 306.52 0.26 0.65
Hex BE 90 B9 0 18 3 19 133 1A 41
Octal 276 220 271 0 30 3 31 463 32 101
Binary 10111110 10010000 10111001 0 11000 11 11001 100110011 11010 1000001

Color Harmonies of #BE90B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE90B9

Black with #BE90B9

Text Example


Text Example

White with #BE90B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE90B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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