#B7AEC2

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

Shades of French Grey #B7AEC2

Tints of French Grey #B7AEC2

Color information

#B7AEC2 (or 0xB7AEC2) is unknown color: approx French Grey. HEX triplet: B7, AE and C2. RGB value is (183,174,194). Sum of RGB (Red+Green+Blue) = 183+174+194=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 194 - color contains mainly: blue. Hex color #B7AEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEC2 is #48513D. Grayscale: #B2B2B2. Windows color (decimal): -4739390 or 12758711. OLE color: 12758711.

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

Color convert

RGB183174194-
CMYK0.060.1000.24
HSL267º14.08%72.16%-
HSV(B)267º10.31%76.08%-
XYZ44.444.2357.24-
YUV178.97136.48130.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.21%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 194 (76.17% from 255) = 35.21%
R=33.21%
G=31.58%
B=35.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831741940.060.1000.2426714.0872.16
HexB7AEC26A01810be48
Octal26725630261203041316110
Binary101101111010111011000010110101001100010000101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEC2; }

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

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

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

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

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

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

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

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