#B7AEBD

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

Shades of Chatelle #B7AEBD

Tints of Chatelle #B7AEBD

Color information

#B7AEBD (or 0xB7AEBD) is unknown color: approx Chatelle. HEX triplet: B7, AE and BD. RGB value is (183,174,189). Sum of RGB (Red+Green+Blue) = 183+174+189=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #B7AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEBD is #485142. Grayscale: #B2B2B2. Windows color (decimal): -4739395 or 12431031. OLE color: 12431031.

HSL color Cylindrical-coordinate representation of color #B7AEBD: hue angle of 276º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7AEBD is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183174189-
CMYK0.030.0800.26
HSL276º10.2%71.18%-
HSV(B)276º7.94%74.12%-
XYZ43.8544.0154.33-
YUV178.4133.98131.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.52%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=33.52%
G=31.87%
B=34.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831741890.030.0800.2627610.271.18
HexB7AEBD3801A114a47
Octal26725627531003242412107
Binary10110111101011101011110111100001101010001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEBD; }

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

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

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

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

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

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

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

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