Html Css Color HEX #B692AD London Hue

📋 copy color: '#B692AD'

red 182 ◦ green 146 ◦ blue 173

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

Shades of London Hue #B692AD

Tints of London Hue #B692AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.14%

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

R = 36.33%
G = 29.14%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B692AD (or 0xB692AD) is known color: London Hue. HEX triplet: B6, 92 and AD. RGB value is (182,146,173). Sum of RGB (Red+Green+Blue) = 182+146+173=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B692AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B692AD is #496D52. Grayscale: #9F9F9F. Windows color (decimal): -4812115 or 11375286. OLE color: 11375286.

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

Color convert

RGB 182 146 173 -
CMYK 0 0.20 0.05 0.29
HSL 315º 0.2% 0.64% -
HSV(B) 315º 0.2% 0.71% -
XYZ 37.11 33.52 44.05 -
YUV 159.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 182 146 173 0 0.20 0.05 0.29 315 0.2 0.64
Hex B6 92 AD 0 14 5 1D 13B 14 40
Octal 266 222 255 0 24 5 35 473 24 100
Binary 10110110 10010010 10101101 0 10100 101 11101 100111011 10100 1000000

Color Harmonies of #B692AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B692AD

Black with #B692AD

Text Example


Text Example

White with #B692AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B692AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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