Html Css Color HEX #B5ACC3 French Grey

📋 copy color: '#B5ACC3'

red 181 ◦ green 172 ◦ blue 195

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

Shades of French Grey #B5ACC3

Tints of French Grey #B5ACC3

RGB

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

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

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

R = 33.03%
G = 31.39%
B = 35.58%

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

#B5ACC3 (or 0xB5ACC3) is known color: French Grey. HEX triplet: B5, AC and C3. RGB value is (181,172,195). Sum of RGB (Red+Green+Blue) = 181+172+195=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 195 - color contains mainly: blue. Hex color #B5ACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACC3 is #4A533C. Grayscale: #B1B1B1. Windows color (decimal): -4870973 or 12823733. OLE color: 12823733.

HSL color Cylindrical-coordinate representation of color #B5ACC3: hue angle of 263.48º 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 #B5ACC3 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 172 195 -
CMYK 0.07 0.12 0 0.24
HSL 263.48º 0.16% 0.72% -
HSV(B) 263.48º 0.12% 0.76% -
XYZ 43.66 43.27 57.68 -
YUV 177.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 181 172 195 0.07 0.12 0 0.24 263.48 0.16 0.72
Hex B5 AC C3 7 C 0 18 107 10 48
Octal 265 254 303 7 14 0 30 407 20 110
Binary 10110101 10101100 11000011 111 1100 0 11000 100000111 10000 1001000

Color Harmonies of #B5ACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACC3

Black with #B5ACC3

Text Example


Text Example

White with #B5ACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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