#B8AEBF

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

Shades of Chatelle #B8AEBF

Tints of Chatelle #B8AEBF

Color information

#B8AEBF (or 0xB8AEBF) is unknown color: approx Chatelle. HEX triplet: B8, AE and BF. RGB value is (184,174,191). Sum of RGB (Red+Green+Blue) = 184+174+191=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEBF is #475140. Grayscale: #B2B2B2. Windows color (decimal): -4673857 or 12562104. OLE color: 12562104.

HSL color Cylindrical-coordinate representation of color #B8AEBF: hue angle of 275.29º 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 #B8AEBF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184174191-
CMYK0.040.0900.25
HSL275.29º11.72%71.57%-
HSV(B)275.29º8.9%74.9%-
XYZ44.3144.2255.49-
YUV178.93134.81131.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 191 (75% from 255) = 34.79%
R=33.52%
G=31.69%
B=34.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841741910.040.0900.25275.2911.7271.57
HexB8AEBF49019113c48
Octal27025627741103142314110
Binary101110001010111010111111100100101100110001001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEBF; }

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

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

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

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

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

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

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

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