Html Css Color HEX #B4ACC1 French Grey

📋 copy color: '#B4ACC1'

red 180 ◦ green 172 ◦ blue 193

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

Shades of French Grey #B4ACC1

Tints of French Grey #B4ACC1

RGB

 RED value IS 180 (70.7% from 255) = 33.03%

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

 BLUE value IS 193 (75.78% from 255) = 35.41%

R = 33.03%
G = 31.56%
B = 35.41%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B4ACC1 (or 0xB4ACC1) is known color: French Grey. HEX triplet: B4, AC and C1. RGB value is (180,172,193). Sum of RGB (Red+Green+Blue) = 180+172+193=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACC1 is #4B533E. Grayscale: #B0B0B0. Windows color (decimal): -4936511 or 12692660. OLE color: 12692660.

HSL color Cylindrical-coordinate representation of color #B4ACC1: hue angle of 262.86º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4ACC1 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 172 193 -
CMYK 0.07 0.11 0 0.24
HSL 262.86º 0.14% 0.72% -
HSV(B) 262.86º 0.11% 0.76% -
XYZ 43.2 43.06 56.49 -
YUV 176.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 180 172 193 0.07 0.11 0 0.24 262.86 0.14 0.72
Hex B4 AC C1 7 B 0 18 107 E 48
Octal 264 254 301 7 13 0 30 407 16 110
Binary 10110100 10101100 11000001 111 1011 0 11000 100000111 1110 1001000

Color Harmonies of #B4ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ACC1

Black with #B4ACC1

Text Example


Text Example

White with #B4ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ACC1; }

 p { color: rgb(180,172,193); }

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

background-color css

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

 a { background-color: rgb(180,172,193); }

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

border-color css

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

 span { border-color: rgb(180,172,193); }

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