#B8AEC3

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

Shades of French Grey #B8AEC3

Tints of French Grey #B8AEC3

Color information

#B8AEC3 (or 0xB8AEC3) is unknown color: approx French Grey. HEX triplet: B8, AE and C3. RGB value is (184,174,195). Sum of RGB (Red+Green+Blue) = 184+174+195=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 195 - color contains mainly: blue. Hex color #B8AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEC3 is #47513C. Grayscale: #B3B3B3. Windows color (decimal): -4673853 or 12824248. OLE color: 12824248.

HSL color Cylindrical-coordinate representation of color #B8AEC3: hue angle of 268.57º 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 #B8AEC3 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184174195-
CMYK0.060.1100.24
HSL268.57º14.89%72.35%-
HSV(B)268.57º10.77%76.47%-
XYZ44.7544.457.84-
YUV179.38136.81131.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.27%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 195 (76.56% from 255) = 35.26%
R=33.27%
G=31.46%
B=35.26%

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
Decimal1841741950.060.1100.24268.5714.8972.35
HexB8AEC36B01810df48
Octal27025630361303041517110
Binary101110001010111011000011110101101100010000110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEC3; }

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

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

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

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

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

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

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

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