#B5ADBF

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

Shades of French Grey #B5ADBF

Tints of French Grey #B5ADBF

Color information

#B5ADBF (or 0xB5ADBF) is unknown color: approx French Grey. HEX triplet: B5, AD and BF. RGB value is (181,173,191). Sum of RGB (Red+Green+Blue) = 181+173+191=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #B5ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADBF is #4A5240. Grayscale: #B1B1B1. Windows color (decimal): -4870721 or 12561845. OLE color: 12561845.

HSL color Cylindrical-coordinate representation of color #B5ADBF: hue angle of 266.67º 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 #B5ADBF is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181173191-
CMYK0.050.0900.25
HSL266.67º12.33%71.37%-
HSV(B)266.67º9.42%74.9%-
XYZ43.443.4755.39-
YUV177.44135.65130.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 191 (75% from 255) = 35.05%
R=33.21%
G=31.74%
B=35.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811731910.050.0900.25266.6712.3371.37
HexB5ADBF5901910bc47
Octal26525527751103141314107
Binary101101011010110110111111101100101100110000101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADBF; }

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

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

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

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

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

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

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

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