Html Css Color HEX #B694AD London Hue

📋 copy color: '#B694AD'

red 182 ◦ green 148 ◦ blue 173

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

Shades of London Hue #B694AD

Tints of London Hue #B694AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.42%

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

R = 36.18%
G = 29.42%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B694AD (or 0xB694AD) is known color: London Hue. HEX triplet: B6, 94 and AD. RGB value is (182,148,173). Sum of RGB (Red+Green+Blue) = 182+148+173=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 182 - color contains mainly: red. Hex color #B694AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B694AD is #496B52. Grayscale: #A0A0A0. Windows color (decimal): -4811603 or 11375798. OLE color: 11375798.

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

Color convert

RGB 182 148 173 -
CMYK 0 0.19 0.05 0.29
HSL 315.88º 0.19% 0.65% -
HSV(B) 315.88º 0.19% 0.71% -
XYZ 37.42 34.14 44.15 -
YUV 161.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 182 148 173 0 0.19 0.05 0.29 315.88 0.19 0.65
Hex B6 94 AD 0 13 5 1D 13C 13 41
Octal 266 224 255 0 23 5 35 474 23 101
Binary 10110110 10010100 10101101 0 10011 101 11101 100111100 10011 1000001

Color Harmonies of #B694AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B694AD

Black with #B694AD

Text Example


Text Example

White with #B694AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B694AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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