#B7AEC3

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

Shades of French Grey #B7AEC3

Tints of French Grey #B7AEC3

Color information

#B7AEC3 (or 0xB7AEC3) is unknown color: approx French Grey. HEX triplet: B7, AE and C3. RGB value is (183,174,195). Sum of RGB (Red+Green+Blue) = 183+174+195=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 195 - color contains mainly: blue. Hex color #B7AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEC3 is #48513C. Grayscale: #B3B3B3. Windows color (decimal): -4739389 or 12824247. OLE color: 12824247.

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

Color convert

RGB183174195-
CMYK0.060.1100.24
HSL265.71º14.89%72.35%-
HSV(B)265.71º10.77%76.47%-
XYZ44.5144.2857.83-
YUV179.08136.98130.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.15%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 195 (76.56% from 255) = 35.33%
R=33.15%
G=31.52%
B=35.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831741950.060.1100.24265.7114.8972.35
HexB7AEC36B01810af48
Octal26725630361303041217110
Binary101101111010111011000011110101101100010000101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEC3; }

 p { color: rgb(183,174,195); }

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

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

 a { background-color: rgb(183,174,195); }

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

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

 span { border-color: rgb(183,174,195); }

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