Html Css Color HEX #B693AD London Hue

📋 copy color: '#B693AD'

red 182 ◦ green 147 ◦ blue 173

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

Shades of London Hue #B693AD

Tints of London Hue #B693AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.28%

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

R = 36.25%
G = 29.28%
B = 34.46%

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

#B693AD (or 0xB693AD) is known color: London Hue. HEX triplet: B6, 93 and AD. RGB value is (182,147,173). Sum of RGB (Red+Green+Blue) = 182+147+173=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B693AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B693AD is #496C52. Grayscale: #A0A0A0. Windows color (decimal): -4811859 or 11375542. OLE color: 11375542.

HSL color Cylindrical-coordinate representation of color #B693AD: hue angle of 315.43º 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 #B693AD is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 147 173 -
CMYK 0 0.19 0.05 0.29
HSL 315.43º 0.19% 0.65% -
HSV(B) 315.43º 0.19% 0.71% -
XYZ 37.27 33.83 44.1 -
YUV 160.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 182 147 173 0 0.19 0.05 0.29 315.43 0.19 0.65
Hex B6 93 AD 0 13 5 1D 13B 13 41
Octal 266 223 255 0 23 5 35 473 23 101
Binary 10110110 10010011 10101101 0 10011 101 11101 100111011 10011 1000001

Color Harmonies of #B693AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B693AD

Black with #B693AD

Text Example


Text Example

White with #B693AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B693AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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