Html Css Color HEX #B8AFBF French Grey

📋 copy color: '#B8AFBF'

red 184 ◦ green 175 ◦ blue 191

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

Shades of French Grey #B8AFBF

Tints of French Grey #B8AFBF

RGB

 RED value IS 184 (72.27% from 255) = 33.45%

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

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

R = 33.45%
G = 31.82%
B = 34.73%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B8AFBF (or 0xB8AFBF) is known color: French Grey. HEX triplet: B8, AF and BF. RGB value is (184,175,191). Sum of RGB (Red+Green+Blue) = 184+175+191=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFBF is #475040. Grayscale: #B3B3B3. Windows color (decimal): -4673601 or 12562360. OLE color: 12562360.

HSL color Cylindrical-coordinate representation of color #B8AFBF: hue angle of 273.75º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8AFBF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 175 191 -
CMYK 0.04 0.08 0 0.25
HSL 273.75º 0.11% 0.72% -
HSV(B) 273.75º 0.08% 0.75% -
XYZ 44.5 44.61 55.56 -
YUV 179.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 184 175 191 0.04 0.08 0 0.25 273.75 0.11 0.72
Hex B8 AF BF 4 8 0 19 112 B 48
Octal 270 257 277 4 10 0 31 422 13 110
Binary 10111000 10101111 10111111 100 1000 0 11001 100010010 1011 1001000

Color Harmonies of #B8AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFBF

Black with #B8AFBF

Text Example


Text Example

White with #B8AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFBF; }

 p { color: rgb(184,175,191); }

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

background-color css

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

 a { background-color: rgb(184,175,191); }

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

border-color css

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

 span { border-color: rgb(184,175,191); }

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