#B7AFBB

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

Shades of Chatelle #B7AFBB

Tints of Chatelle #B7AFBB

Color information

#B7AFBB (or 0xB7AFBB) is unknown color: approx Chatelle. HEX triplet: B7, AF and BB. RGB value is (183,175,187). Sum of RGB (Red+Green+Blue) = 183+175+187=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 187 - color contains mainly: blue. Hex color #B7AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFBB is #485044. Grayscale: #B2B2B2. Windows color (decimal): -4739141 or 12300215. OLE color: 12300215.

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

Color convert

RGB183175187-
CMYK0.020.0600.27
HSL280º8.11%70.98%-
HSV(B)280º6.42%73.33%-
XYZ43.8344.3253.26-
YUV178.76132.65131.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.58%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=33.58%
G=32.11%
B=34.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831751870.020.0600.272808.1170.98
HexB7AFBB2601B118847
Octal2672572732603343010107
Binary1011011110101111101110111011001101110001100010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFBB; }

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

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

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

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

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

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

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

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