Html Css Color HEX #B7AFC5 French Grey

📋 copy color: '#B7AFC5'

red 183 ◦ green 175 ◦ blue 197

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

Shades of French Grey #B7AFC5

Tints of French Grey #B7AFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.5%

R = 32.97%
G = 31.53%
B = 35.5%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B7AFC5 (or 0xB7AFC5) is known color: French Grey. HEX triplet: B7, AF and C5. RGB value is (183,175,197). Sum of RGB (Red+Green+Blue) = 183+175+197=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #B7AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFC5 is #48503A. Grayscale: #B3B3B3. Windows color (decimal): -4739131 or 12955575. OLE color: 12955575.

HSL color Cylindrical-coordinate representation of color #B7AFC5: hue angle of 261.82º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7AFC5 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 183 175 197 -
CMYK 0.07 0.11 0 0.23
HSL 261.82º 0.16% 0.73% -
HSV(B) 261.82º 0.11% 0.77% -
XYZ 44.94 44.76 59.09 -
YUV 179.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 183 175 197 0.07 0.11 0 0.23 261.82 0.16 0.73
Hex B7 AF C5 7 B 0 17 106 10 49
Octal 267 257 305 7 13 0 27 406 20 111
Binary 10110111 10101111 11000101 111 1011 0 10111 100000110 10000 1001001

Color Harmonies of #B7AFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AFC5

Black with #B7AFC5

Text Example


Text Example

White with #B7AFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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