Html Css Color HEX #B290AD London Hue

📋 copy color: '#B290AD'

red 178 ◦ green 144 ◦ blue 173

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

Shades of London Hue #B290AD

Tints of London Hue #B290AD

RGB

 RED value IS 178 (69.92% from 255) = 35.96%

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

 BLUE value IS 173 (67.97% from 255) = 34.95%

R = 35.96%
G = 29.09%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B290AD (or 0xB290AD) is known color: London Hue. HEX triplet: B2, 90 and AD. RGB value is (178,144,173). Sum of RGB (Red+Green+Blue) = 178+144+173=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B290AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B290AD is #4D6F52. Grayscale: #9D9D9D. Windows color (decimal): -5074771 or 11374770. OLE color: 11374770.

HSL color Cylindrical-coordinate representation of color #B290AD: hue angle of 308.82º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B290AD is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 173 -
CMYK 0 0.19 0.03 0.30
HSL 308.82º 0.18% 0.63% -
HSV(B) 308.82º 0.19% 0.7% -
XYZ 35.88 32.43 43.9 -
YUV 157.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 178 144 173 0 0.19 0.03 0.30 308.82 0.18 0.63
Hex B2 90 AD 0 13 3 1E 135 12 3F
Octal 262 220 255 0 23 3 36 465 22 77
Binary 10110010 10010000 10101101 0 10011 11 11110 100110101 10010 111111

Color Harmonies of #B290AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290AD

Black with #B290AD

Text Example


Text Example

White with #B290AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290AD; }

 p { color: rgb(178,144,173); }

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

background-color css

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

 a { background-color: rgb(178,144,173); }

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

border-color css

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

 span { border-color: rgb(178,144,173); }

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