Html Css Color HEX #B2A9BF French Grey

📋 copy color: '#B2A9BF'

red 178 ◦ green 169 ◦ blue 191

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

Shades of French Grey #B2A9BF

Tints of French Grey #B2A9BF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.41%

 BLUE value IS 191 (75% from 255) = 35.5%

R = 33.09%
G = 31.41%
B = 35.5%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2A9BF (or 0xB2A9BF) is known color: French Grey. HEX triplet: B2, A9 and BF. RGB value is (178,169,191). Sum of RGB (Red+Green+Blue) = 178+169+191=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2A9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A9BF is #4D5640. Grayscale: #AEAEAE. Windows color (decimal): -5068353 or 12560818. OLE color: 12560818.

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

Color convert

RGB 178 169 191 -
CMYK 0.07 0.12 0 0.25
HSL 264.55º 0.15% 0.71% -
HSV(B) 264.55º 0.12% 0.75% -
XYZ 41.95 41.6 55.11 -
YUV 174.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 178 169 191 0.07 0.12 0 0.25 264.55 0.15 0.71
Hex B2 A9 BF 7 C 0 19 109 F 47
Octal 262 251 277 7 14 0 31 411 17 107
Binary 10110010 10101001 10111111 111 1100 0 11001 100001001 1111 1000111

Color Harmonies of #B2A9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A9BF

Black with #B2A9BF

Text Example


Text Example

White with #B2A9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A9BF; }

 p { color: rgb(178,169,191); }

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

background-color css

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

 a { background-color: rgb(178,169,191); }

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

border-color css

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

 span { border-color: rgb(178,169,191); }

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