Html Css Color HEX #B2ABBF French Grey

📋 copy color: '#B2ABBF'

red 178 ◦ green 171 ◦ blue 191

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

Shades of French Grey #B2ABBF

Tints of French Grey #B2ABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.67%

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

R = 32.96%
G = 31.67%
B = 35.37%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2ABBF (or 0xB2ABBF) is known color: French Grey. HEX triplet: B2, AB and BF. RGB value is (178,171,191). Sum of RGB (Red+Green+Blue) = 178+171+191=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABBF is #4D5440. Grayscale: #AFAFAF. Windows color (decimal): -5067841 or 12561330. OLE color: 12561330.

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

Color convert

RGB 178 171 191 -
CMYK 0.07 0.10 0 0.25
HSL 261º 0.14% 0.71% -
HSV(B) 261º 0.1% 0.75% -
XYZ 42.33 42.35 55.23 -
YUV 175.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 178 171 191 0.07 0.10 0 0.25 261 0.14 0.71
Hex B2 AB BF 7 A 0 19 105 E 47
Octal 262 253 277 7 12 0 31 405 16 107
Binary 10110010 10101011 10111111 111 1010 0 11001 100000101 1110 1000111

Color Harmonies of #B2ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABBF

Black with #B2ABBF

Text Example


Text Example

White with #B2ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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