Html Css Color HEX #B5ACC4 French Grey

📋 copy color: '#B5ACC4'

red 181 ◦ green 172 ◦ blue 196

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

Shades of French Grey #B5ACC4

Tints of French Grey #B5ACC4

RGB

 RED value IS 181 (71.09% from 255) = 32.97%

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

 BLUE value IS 196 (76.95% from 255) = 35.7%

R = 32.97%
G = 31.33%
B = 35.7%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B5ACC4 (or 0xB5ACC4) is known color: French Grey. HEX triplet: B5, AC and C4. RGB value is (181,172,196). Sum of RGB (Red+Green+Blue) = 181+172+196=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 196 - color contains mainly: blue. Hex color #B5ACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACC4 is #4A533B. Grayscale: #B1B1B1. Windows color (decimal): -4870972 or 12889269. OLE color: 12889269.

HSL color Cylindrical-coordinate representation of color #B5ACC4: hue angle of 262.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5ACC4 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 172 196 -
CMYK 0.08 0.12 0 0.23
HSL 262.5º 0.17% 0.72% -
HSV(B) 262.5º 0.12% 0.77% -
XYZ 43.77 43.31 58.28 -
YUV 177.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 181 172 196 0.08 0.12 0 0.23 262.5 0.17 0.72
Hex B5 AC C4 8 C 0 17 106 11 48
Octal 265 254 304 10 14 0 27 406 21 110
Binary 10110101 10101100 11000100 1000 1100 0 10111 100000110 10001 1001000

Color Harmonies of #B5ACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACC4

Black with #B5ACC4

Text Example


Text Example

White with #B5ACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACC4; }

 p { color: rgb(181,172,196); }

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

background-color css

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

 a { background-color: rgb(181,172,196); }

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

border-color css

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

 span { border-color: rgb(181,172,196); }

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