Html Css Color HEX #B2ACBE French Grey

📋 copy color: '#B2ACBE'

red 178 ◦ green 172 ◦ blue 190

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

Shades of French Grey #B2ACBE

Tints of French Grey #B2ACBE

RGB

 RED value IS 178 (69.92% from 255) = 32.96%

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

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 32.96%
G = 31.85%
B = 35.19%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2ACBE (or 0xB2ACBE) is known color: French Grey. HEX triplet: B2, AC and BE. RGB value is (178,172,190). Sum of RGB (Red+Green+Blue) = 178+172+190=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACBE is #4D5341. Grayscale: #AFAFAF. Windows color (decimal): -5067586 or 12496050. OLE color: 12496050.

HSL color Cylindrical-coordinate representation of color #B2ACBE: hue angle of 260º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2ACBE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 172 190 -
CMYK 0.06 0.09 0 0.25
HSL 260º 0.12% 0.71% -
HSV(B) 260º 0.09% 0.75% -
XYZ 42.41 42.69 54.72 -
YUV 175.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 178 172 190 0.06 0.09 0 0.25 260 0.12 0.71
Hex B2 AC BE 6 9 0 19 104 C 47
Octal 262 254 276 6 11 0 31 404 14 107
Binary 10110010 10101100 10111110 110 1001 0 11001 100000100 1100 1000111

Color Harmonies of #B2ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACBE

Black with #B2ACBE

Text Example


Text Example

White with #B2ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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