Html Css Color HEX #B7AFC4 French Grey

📋 copy color: '#B7AFC4'

red 183 ◦ green 175 ◦ blue 196

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

Shades of French Grey #B7AFC4

Tints of French Grey #B7AFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.38%

R = 33.03%
G = 31.59%
B = 35.38%

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

#B7AFC4 (or 0xB7AFC4) is known color: French Grey. HEX triplet: B7, AF and C4. RGB value is (183,175,196). Sum of RGB (Red+Green+Blue) = 183+175+196=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 196 - color contains mainly: blue. Hex color #B7AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFC4 is #48503B. Grayscale: #B3B3B3. Windows color (decimal): -4739132 or 12890039. OLE color: 12890039.

HSL color Cylindrical-coordinate representation of color #B7AFC4: hue angle of 262.86º degrees, saturation: 0.15, 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 #B7AFC4 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 183 175 196 -
CMYK 0.07 0.11 0 0.23
HSL 262.86º 0.15% 0.73% -
HSV(B) 262.86º 0.11% 0.77% -
XYZ 44.82 44.71 58.49 -
YUV 179.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 183 175 196 0.07 0.11 0 0.23 262.86 0.15 0.73
Hex B7 AF C4 7 B 0 17 107 F 49
Octal 267 257 304 7 13 0 27 407 17 111
Binary 10110111 10101111 11000100 111 1011 0 10111 100000111 1111 1001001

Color Harmonies of #B7AFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AFC4

Black with #B7AFC4

Text Example


Text Example

White with #B7AFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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