#B8AEC1

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

Shades of French Grey #B8AEC1

Tints of French Grey #B8AEC1

Color information

#B8AEC1 (or 0xB8AEC1) is unknown color: approx French Grey. HEX triplet: B8, AE and C1. RGB value is (184,174,193). Sum of RGB (Red+Green+Blue) = 184+174+193=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 174 (68.36% from 255 or 31.58% 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 #B8AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEC1 is #47513E. Grayscale: #B3B3B3. Windows color (decimal): -4673855 or 12693176. OLE color: 12693176.

HSL color Cylindrical-coordinate representation of color #B8AEC1: hue angle of 271.58º degrees, saturation: 0.13, 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 #B8AEC1 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184174193-
CMYK0.050.1000.24
HSL271.58º13.29%71.96%-
HSV(B)271.58º9.84%75.69%-
XYZ44.5344.3156.66-
YUV179.16135.81131.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.39%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 193 (75.78% from 255) = 35.03%
R=33.39%
G=31.58%
B=35.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841741930.050.1000.24271.5813.2971.96
HexB8AEC15A018110d48
Octal27025630151203042015110
Binary101110001010111011000001101101001100010001000011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEC1; }

 p { color: rgb(184,174,193); }

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

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

 a { background-color: rgb(184,174,193); }

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

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

 span { border-color: rgb(184,174,193); }

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