#B5ADC1

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

Shades of French Grey #B5ADC1

Tints of French Grey #B5ADC1

Color information

#B5ADC1 (or 0xB5ADC1) is unknown color: approx French Grey. HEX triplet: B5, AD and C1. RGB value is (181,173,193). Sum of RGB (Red+Green+Blue) = 181+173+193=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #B5ADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADC1 is #4A523E. Grayscale: #B1B1B1. Windows color (decimal): -4870719 or 12692917. OLE color: 12692917.

HSL color Cylindrical-coordinate representation of color #B5ADC1: hue angle of 264º 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 #B5ADC1 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181173193-
CMYK0.060.1000.24
HSL264º13.89%71.76%-
HSV(B)264º10.36%75.69%-
XYZ43.6343.5656.56-
YUV177.67136.65130.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=33.09%
G=31.63%
B=35.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811731930.060.1000.2426413.8971.76
HexB5ADC16A018108e48
Octal26525530161203041016110
Binary101101011010110111000001110101001100010000100011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADC1; }

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

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

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

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

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

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

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

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