Html Css Color HEX #B688BA London Hue

📋 copy color: '#B688BA'

red 182 ◦ green 136 ◦ blue 186

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

Shades of London Hue #B688BA

Tints of London Hue #B688BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 36.11%
G = 26.98%
B = 36.9%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B688BA (or 0xB688BA) is known color: London Hue. HEX triplet: B6, 88 and BA. RGB value is (182,136,186). Sum of RGB (Red+Green+Blue) = 182+136+186=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #B688BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688BA is #497745. Grayscale: #9B9B9B. Windows color (decimal): -4814662 or 12224694. OLE color: 12224694.

HSL color Cylindrical-coordinate representation of color #B688BA: hue angle of 295.2º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B688BA is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 136 186 -
CMYK 0.02 0.27 0 0.27
HSL 295.2º 0.27% 0.63% -
HSV(B) 295.2º 0.27% 0.73% -
XYZ 36.96 31.1 50.51 -
YUV 155.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 182 136 186 0.02 0.27 0 0.27 295.2 0.27 0.63
Hex B6 88 BA 2 1B 0 1B 127 1B 3F
Octal 266 210 272 2 33 0 33 447 33 77
Binary 10110110 10001000 10111010 10 11011 0 11011 100100111 11011 111111

Color Harmonies of #B688BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688BA

Black with #B688BA

Text Example


Text Example

White with #B688BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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