#B7AEC0

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

Shades of French Grey #B7AEC0

Tints of French Grey #B7AEC0

Color information

#B7AEC0 (or 0xB7AEC0) is unknown color: approx French Grey. HEX triplet: B7, AE and C0. RGB value is (183,174,192). Sum of RGB (Red+Green+Blue) = 183+174+192=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #B7AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEC0 is #48513F. Grayscale: #B2B2B2. Windows color (decimal): -4739392 or 12627639. OLE color: 12627639.

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

Color convert

RGB183174192-
CMYK0.050.0900.25
HSL270º12.5%71.76%-
HSV(B)270º9.38%75.29%-
XYZ44.1844.1556.06-
YUV178.74135.48131.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=33.33%
G=31.69%
B=34.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831741920.050.0900.2527012.571.76
HexB7AEC05901910ec48
Octal26725630051103141614110
Binary101101111010111011000000101100101100110000111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEC0; }

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

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

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

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

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

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

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

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