Html Css Color HEX #B688AC London Hue

📋 copy color: '#B688AC'

red 182 ◦ green 136 ◦ blue 172

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

Shades of London Hue #B688AC

Tints of London Hue #B688AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 37.14%
G = 27.76%
B = 35.1%

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

#B688AC (or 0xB688AC) is known color: London Hue. HEX triplet: B6, 88 and AC. RGB value is (182,136,172). Sum of RGB (Red+Green+Blue) = 182+136+172=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B688AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688AC is #497753. Grayscale: #999999. Windows color (decimal): -4814676 or 11307190. OLE color: 11307190.

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

Color convert

RGB 182 136 172 -
CMYK 0 0.25 0.05 0.29
HSL 313.04º 0.24% 0.62% -
HSV(B) 313.04º 0.25% 0.71% -
XYZ 35.54 30.53 43.05 -
YUV 153.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 182 136 172 0 0.25 0.05 0.29 313.04 0.24 0.62
Hex B6 88 AC 0 19 5 1D 139 18 3E
Octal 266 210 254 0 31 5 35 471 30 76
Binary 10110110 10001000 10101100 0 11001 101 11101 100111001 11000 111110

Color Harmonies of #B688AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688AC

Black with #B688AC

Text Example


Text Example

White with #B688AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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