Html Css Color HEX #B678AC London Hue

📋 copy color: '#B678AC'

red 182 ◦ green 120 ◦ blue 172

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

Shades of London Hue #B678AC

Tints of London Hue #B678AC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.32%

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

R = 38.4%
G = 25.32%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B678AC (or 0xB678AC) is known color: London Hue. HEX triplet: B6, 78 and AC. RGB value is (182,120,172). Sum of RGB (Red+Green+Blue) = 182+120+172=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B678AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B678AC is #498753. Grayscale: #909090. Windows color (decimal): -4818772 or 11303094. OLE color: 11303094.

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

Color convert

RGB 182 120 172 -
CMYK 0 0.34 0.05 0.29
HSL 309.68º 0.3% 0.59% -
HSV(B) 309.68º 0.34% 0.71% -
XYZ 33.45 26.36 42.35 -
YUV 144.47 143.54 154.77 -
System Red Green Blue C M Y K H S L
Decimal 182 120 172 0 0.34 0.05 0.29 309.68 0.3 0.59
Hex B6 78 AC 0 22 5 1D 136 1E 3B
Octal 266 170 254 0 42 5 35 466 36 73
Binary 10110110 1111000 10101100 0 100010 101 11101 100110110 11110 111011

Color Harmonies of #B678AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B678AC

Black with #B678AC

Text Example


Text Example

White with #B678AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B678AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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