#B7AFC1

Color #B7AFC1 French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #B7AFC1

Tints of French Grey #B7AFC1

Color information

#B7AFC1 (or 0xB7AFC1) is unknown color: approx French Grey. HEX triplet: B7, AF and C1. RGB value is (183,175,193). Sum of RGB (Red+Green+Blue) = 183+175+193=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFC1 is #48503E. Grayscale: #B3B3B3. Windows color (decimal): -4739135 or 12693431. OLE color: 12693431.

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

Color convert

RGB183175193-
CMYK0.050.0900.24
HSL266.67º12.68%72.16%-
HSV(B)266.67º9.33%75.69%-
XYZ44.4844.5856.71-
YUV179.44135.65130.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.21%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 193 (75.78% from 255) = 35.03%
R=33.21%
G=31.76%
B=35.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831751930.050.0900.24266.6712.6872.16
HexB7AFC15901810bd48
Octal26725730151103041315110
Binary101101111010111111000001101100101100010000101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFC1; }

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

 H1.HeaderClassName
 {
   color: #B7AFC1;
 }
 .AnyTagClassName
 {
   color: #B7AFC1;
 }
</style>
background-color css

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

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

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

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

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

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