Html Css Color HEX #B688AA London Hue

📋 copy color: '#B688AA'

red 182 ◦ green 136 ◦ blue 170

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

Shades of London Hue #B688AA

Tints of London Hue #B688AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.84%

R = 37.3%
G = 27.87%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B688AA (or 0xB688AA) is known color: London Hue. HEX triplet: B6, 88 and AA. RGB value is (182,136,170). Sum of RGB (Red+Green+Blue) = 182+136+170=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B688AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688AA is #497755. Grayscale: #999999. Windows color (decimal): -4814678 or 11176118. OLE color: 11176118.

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

Color convert

RGB 182 136 170 -
CMYK 0 0.25 0.07 0.29
HSL 315.65º 0.24% 0.62% -
HSV(B) 315.65º 0.25% 0.71% -
XYZ 35.35 30.46 42.05 -
YUV 153.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 182 136 170 0 0.25 0.07 0.29 315.65 0.24 0.62
Hex B6 88 AA 0 19 7 1D 13C 18 3E
Octal 266 210 252 0 31 7 35 474 30 76
Binary 10110110 10001000 10101010 0 11001 111 11101 100111100 11000 111110

Color Harmonies of #B688AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688AA

Black with #B688AA

Text Example


Text Example

White with #B688AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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