Html Css Color HEX #B0AFB2 French Grey

📋 copy color: '#B0AFB2'

red 176 ◦ green 175 ◦ blue 178

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

Shades of French Grey #B0AFB2

Tints of French Grey #B0AFB2

RGB

 RED value IS 176 (69.14% from 255) = 33.27%

 GREEN value IS 175 (68.75% from 255) = 33.08%

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 33.27%
G = 33.08%
B = 33.65%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B0AFB2 (or 0xB0AFB2) is known color: French Grey. HEX triplet: B0, AF and B2. RGB value is (176,175,178). Sum of RGB (Red+Green+Blue) = 176+175+178=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 178 - color contains mainly: blue. Hex color #B0AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AFB2 is #4F504D. Grayscale: #AFAFAF. Windows color (decimal): -5197902 or 11710384. OLE color: 11710384.

HSL color Cylindrical-coordinate representation of color #B0AFB2: hue angle of 260º degrees, saturation: 0.02, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B0AFB2 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 175 178 -
CMYK 0.01 0.02 0 0.30
HSL 260º 0.02% 0.69% -
HSV(B) 260º 0.02% 0.7% -
XYZ 41.27 43.1 48.26 -
YUV 175.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 176 175 178 0.01 0.02 0 0.30 260 0.02 0.69
Hex B0 AF B2 1 2 0 1E 104 2 45
Octal 260 257 262 1 2 0 36 404 2 105
Binary 10110000 10101111 10110010 1 10 0 11110 100000100 10 1000101

Color Harmonies of #B0AFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AFB2

Black with #B0AFB2

Text Example


Text Example

White with #B0AFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AFB2; }

 p { color: rgb(176,175,178); }

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

background-color css

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

 a { background-color: rgb(176,175,178); }

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

border-color css

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

 span { border-color: rgb(176,175,178); }

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