Html Css Color HEX #B690AD London Hue

📋 copy color: '#B690AD'

red 182 ◦ green 144 ◦ blue 173

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

Shades of London Hue #B690AD

Tints of London Hue #B690AD

RGB

 RED value IS 182 (71.48% from 255) = 36.47%

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

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

R = 36.47%
G = 28.86%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B690AD (or 0xB690AD) is known color: London Hue. HEX triplet: B6, 90 and AD. RGB value is (182,144,173). Sum of RGB (Red+Green+Blue) = 182+144+173=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B690AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B690AD is #496F52. Grayscale: #9E9E9E. Windows color (decimal): -4812627 or 11374774. OLE color: 11374774.

HSL color Cylindrical-coordinate representation of color #B690AD: hue angle of 314.21º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B690AD is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 144 173 -
CMYK 0 0.21 0.05 0.29
HSL 314.21º 0.21% 0.64% -
HSV(B) 314.21º 0.21% 0.71% -
XYZ 36.81 32.91 43.95 -
YUV 158.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 182 144 173 0 0.21 0.05 0.29 314.21 0.21 0.64
Hex B6 90 AD 0 15 5 1D 13A 15 40
Octal 266 220 255 0 25 5 35 472 25 100
Binary 10110110 10010000 10101101 0 10101 101 11101 100111010 10101 1000000

Color Harmonies of #B690AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B690AD

Black with #B690AD

Text Example


Text Example

White with #B690AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B690AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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