Html Css Color HEX #B688AD London Hue

📋 copy color: '#B688AD'

red 182 ◦ green 136 ◦ blue 173

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

Shades of London Hue #B688AD

Tints of London Hue #B688AD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.7%

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

R = 37.07%
G = 27.7%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B688AD (or 0xB688AD) is known color: London Hue. HEX triplet: B6, 88 and AD. RGB value is (182,136,173). Sum of RGB (Red+Green+Blue) = 182+136+173=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B688AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688AD is #497752. Grayscale: #999999. Windows color (decimal): -4814675 or 11372726. OLE color: 11372726.

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

Color convert

RGB 182 136 173 -
CMYK 0 0.25 0.05 0.29
HSL 311.74º 0.24% 0.62% -
HSV(B) 311.74º 0.25% 0.71% -
XYZ 35.64 30.57 43.56 -
YUV 153.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 182 136 173 0 0.25 0.05 0.29 311.74 0.24 0.62
Hex B6 88 AD 0 19 5 1D 138 18 3E
Octal 266 210 255 0 31 5 35 470 30 76
Binary 10110110 10001000 10101101 0 11001 101 11101 100111000 11000 111110

Color Harmonies of #B688AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688AD

Black with #B688AD

Text Example


Text Example

White with #B688AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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