#B7ACBB

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

Shades of Chatelle #B7ACBB

Tints of Chatelle #B7ACBB

Color information

#B7ACBB (or 0xB7ACBB) is unknown color: approx Chatelle. HEX triplet: B7, AC and BB. RGB value is (183,172,187). Sum of RGB (Red+Green+Blue) = 183+172+187=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #B7ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ACBB is #485344. Grayscale: #B0B0B0. Windows color (decimal): -4739909 or 12299447. OLE color: 12299447.

HSL color Cylindrical-coordinate representation of color #B7ACBB: hue angle of 284º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7ACBB is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183172187-
CMYK0.020.0800.27
HSL284º9.93%70.39%-
HSV(B)284º8.02%73.33%-
XYZ43.2543.1653.06-
YUV177133.64132.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.76%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=33.76%
G=31.73%
B=34.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831721870.020.0800.272849.9370.39
HexB7ACBB2801B11ca46
Octal26725427321003343412106
Binary10110111101011001011101110100001101110001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ACBB; }

 p { color: rgb(183,172,187); }

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

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

 a { background-color: rgb(183,172,187); }

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

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

 span { border-color: rgb(183,172,187); }

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