#B7ADC1

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

Shades of French Grey #B7ADC1

Tints of French Grey #B7ADC1

Color information

#B7ADC1 (or 0xB7ADC1) is unknown color: approx French Grey. HEX triplet: B7, AD and C1. RGB value is (183,173,193). Sum of RGB (Red+Green+Blue) = 183+173+193=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7ADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADC1 is #48523E. Grayscale: #B2B2B2. Windows color (decimal): -4739647 or 12692919. OLE color: 12692919.

HSL color Cylindrical-coordinate representation of color #B7ADC1: hue angle of 270º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7ADC1 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB183173193-
CMYK0.050.1000.24
HSL270º13.89%71.76%-
HSV(B)270º10.36%75.69%-
XYZ44.143.856.58-
YUV178.27136.31131.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=33.33%
G=31.51%
B=35.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831731930.050.1000.2427013.8971.76
HexB7ADC15A01810ee48
Octal26725530151203041616110
Binary101101111010110111000001101101001100010000111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADC1; }

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

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

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

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

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

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

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

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