Html Css Color HEX #B6ACC3 French Grey

📋 copy color: '#B6ACC3'

red 182 ◦ green 172 ◦ blue 195

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

Shades of French Grey #B6ACC3

Tints of French Grey #B6ACC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.52%

R = 33.15%
G = 31.33%
B = 35.52%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B6ACC3 (or 0xB6ACC3) is known color: French Grey. HEX triplet: B6, AC and C3. RGB value is (182,172,195). Sum of RGB (Red+Green+Blue) = 182+172+195=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #B6ACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACC3 is #49533C. Grayscale: #B1B1B1. Windows color (decimal): -4805437 or 12823734. OLE color: 12823734.

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

Color convert

RGB 182 172 195 -
CMYK 0.07 0.12 0 0.24
HSL 266.09º 0.16% 0.72% -
HSV(B) 266.09º 0.12% 0.76% -
XYZ 43.89 43.39 57.69 -
YUV 177.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 182 172 195 0.07 0.12 0 0.24 266.09 0.16 0.72
Hex B6 AC C3 7 C 0 18 10A 10 48
Octal 266 254 303 7 14 0 30 412 20 110
Binary 10110110 10101100 11000011 111 1100 0 11000 100001010 10000 1001000

Color Harmonies of #B6ACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ACC3

Black with #B6ACC3

Text Example


Text Example

White with #B6ACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ACC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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