Html Css Color HEX #B3ACB2 London Hue

📋 copy color: '#B3ACB2'

red 179 ◦ green 172 ◦ blue 178

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

Shades of London Hue #B3ACB2

Tints of London Hue #B3ACB2

RGB

 RED value IS 179 (70.31% from 255) = 33.84%

 GREEN value IS 172 (67.58% from 255) = 32.51%

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 33.84%
G = 32.51%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B3ACB2 (or 0xB3ACB2) is known color: London Hue. HEX triplet: B3, AC and B2. RGB value is (179,172,178). Sum of RGB (Red+Green+Blue) = 179+172+178=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ACB2 is #4C534D. Grayscale: #AEAEAE. Windows color (decimal): -5002062 or 11709619. OLE color: 11709619.

HSL color Cylindrical-coordinate representation of color #B3ACB2: hue angle of 308.57º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3ACB2 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 172 178 -
CMYK 0 0.04 0.01 0.30
HSL 308.57º 0.04% 0.69% -
HSV(B) 308.57º 0.04% 0.7% -
XYZ 41.38 42.3 48.1 -
YUV 174.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 179 172 178 0 0.04 0.01 0.30 308.57 0.04 0.69
Hex B3 AC B2 0 4 1 1E 135 4 45
Octal 263 254 262 0 4 1 36 465 4 105
Binary 10110011 10101100 10110010 0 100 1 11110 100110101 100 1000101

Color Harmonies of #B3ACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ACB2

Black with #B3ACB2

Text Example


Text Example

White with #B3ACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ACB2; }

 p { color: rgb(179,172,178); }

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

background-color css

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

 a { background-color: rgb(179,172,178); }

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

border-color css

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

 span { border-color: rgb(179,172,178); }

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