Html Css Color HEX #B2ACBB French Grey

📋 copy color: '#B2ACBB'

red 178 ◦ green 172 ◦ blue 187

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

Shades of French Grey #B2ACBB

Tints of French Grey #B2ACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.82%

R = 33.15%
G = 32.03%
B = 34.82%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B2ACBB (or 0xB2ACBB) is known color: French Grey. HEX triplet: B2, AC and BB. RGB value is (178,172,187). Sum of RGB (Red+Green+Blue) = 178+172+187=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #B2ACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACBB is #4D5344. Grayscale: #AFAFAF. Windows color (decimal): -5067589 or 12299442. OLE color: 12299442.

HSL color Cylindrical-coordinate representation of color #B2ACBB: hue angle of 264º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2ACBB is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 172 187 -
CMYK 0.05 0.08 0 0.27
HSL 264º 0.1% 0.7% -
HSV(B) 264º 0.08% 0.73% -
XYZ 42.08 42.56 53.01 -
YUV 175.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 178 172 187 0.05 0.08 0 0.27 264 0.1 0.7
Hex B2 AC BB 5 8 0 1B 108 A 46
Octal 262 254 273 5 10 0 33 410 12 106
Binary 10110010 10101100 10111011 101 1000 0 11011 100001000 1010 1000110

Color Harmonies of #B2ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACBB

Black with #B2ACBB

Text Example


Text Example

White with #B2ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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