#B7ADBF

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

Shades of Chatelle #B7ADBF

Tints of Chatelle #B7ADBF

Color information

#B7ADBF (or 0xB7ADBF) is unknown color: approx Chatelle. HEX triplet: B7, AD and BF. RGB value is (183,173,191). Sum of RGB (Red+Green+Blue) = 183+173+191=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADBF is #485240. Grayscale: #B1B1B1. Windows color (decimal): -4739649 or 12561847. OLE color: 12561847.

HSL color Cylindrical-coordinate representation of color #B7ADBF: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7ADBF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183173191-
CMYK0.040.0900.25
HSL273.33º12.33%71.37%-
HSV(B)273.33º9.42%74.9%-
XYZ43.8843.7255.42-
YUV178.04135.31131.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.46%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 191 (75% from 255) = 34.92%
R=33.46%
G=31.63%
B=34.92%

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
Decimal1831731910.040.0900.25273.3312.3371.37
HexB7ADBF49019111c47
Octal26725527741103142114107
Binary101101111010110110111111100100101100110001000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADBF; }

 p { color: rgb(183,173,191); }

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

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

 a { background-color: rgb(183,173,191); }

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

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

 span { border-color: rgb(183,173,191); }

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