Html Css Color HEX #B7AFC0 French Grey

📋 copy color: '#B7AFC0'

red 183 ◦ green 175 ◦ blue 192

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

Shades of French Grey #B7AFC0

Tints of French Grey #B7AFC0

RGB

 RED value IS 183 (71.88% from 255) = 33.27%

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

 BLUE value IS 192 (75.39% from 255) = 34.91%

R = 33.27%
G = 31.82%
B = 34.91%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B7AFC0 (or 0xB7AFC0) is known color: French Grey. HEX triplet: B7, AF and C0. RGB value is (183,175,192). Sum of RGB (Red+Green+Blue) = 183+175+192=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #B7AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFC0 is #48503F. Grayscale: #B3B3B3. Windows color (decimal): -4739136 or 12627895. OLE color: 12627895.

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

Color convert

RGB 183 175 192 -
CMYK 0.05 0.09 0 0.25
HSL 268.24º 0.12% 0.72% -
HSV(B) 268.24º 0.09% 0.75% -
XYZ 44.37 44.53 56.13 -
YUV 179.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 183 175 192 0.05 0.09 0 0.25 268.24 0.12 0.72
Hex B7 AF C0 5 9 0 19 10C C 48
Octal 267 257 300 5 11 0 31 414 14 110
Binary 10110111 10101111 11000000 101 1001 0 11001 100001100 1100 1001000

Color Harmonies of #B7AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AFC0

Black with #B7AFC0

Text Example


Text Example

White with #B7AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AFC0; }

 p { color: rgb(183,175,192); }

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

background-color css

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

 a { background-color: rgb(183,175,192); }

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

border-color css

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

 span { border-color: rgb(183,175,192); }

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