Html Css Color HEX #B8AFC6 French Grey

📋 copy color: '#B8AFC6'

red 184 ◦ green 175 ◦ blue 198

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

Shades of French Grey #B8AFC6

Tints of French Grey #B8AFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.55%

R = 33.03%
G = 31.42%
B = 35.55%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B8AFC6 (or 0xB8AFC6) is known color: French Grey. HEX triplet: B8, AF and C6. RGB value is (184,175,198). Sum of RGB (Red+Green+Blue) = 184+175+198=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 198 - color contains mainly: blue. Hex color #B8AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFC6 is #475039. Grayscale: #B4B4B4. Windows color (decimal): -4673594 or 13021112. OLE color: 13021112.

HSL color Cylindrical-coordinate representation of color #B8AFC6: hue angle of 263.48º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8AFC6 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 175 198 -
CMYK 0.07 0.12 0 0.22
HSL 263.48º 0.17% 0.73% -
HSV(B) 263.48º 0.12% 0.78% -
XYZ 45.29 44.93 59.71 -
YUV 180.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 184 175 198 0.07 0.12 0 0.22 263.48 0.17 0.73
Hex B8 AF C6 7 C 0 16 107 11 49
Octal 270 257 306 7 14 0 26 407 21 111
Binary 10111000 10101111 11000110 111 1100 0 10110 100000111 10001 1001001

Color Harmonies of #B8AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFC6

Black with #B8AFC6

Text Example


Text Example

White with #B8AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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