#B5ADBE

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

Shades of French Grey #B5ADBE

Tints of French Grey #B5ADBE

Color information

#B5ADBE (or 0xB5ADBE) is unknown color: approx French Grey. HEX triplet: B5, AD and BE. RGB value is (181,173,190). Sum of RGB (Red+Green+Blue) = 181+173+190=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADBE is #4A5241. Grayscale: #B1B1B1. Windows color (decimal): -4870722 or 12496309. OLE color: 12496309.

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

Color convert

RGB181173190-
CMYK0.050.0900.25
HSL268.24º11.56%71.18%-
HSV(B)268.24º8.95%74.51%-
XYZ43.2943.4354.82-
YUV177.33135.15130.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.27%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=33.27%
G=31.80%
B=34.93%

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
Decimal1811731900.050.0900.25268.2411.5671.18
HexB5ADBE5901910cc47
Octal26525527651103141414107
Binary101101011010110110111110101100101100110000110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADBE; }

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

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

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

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

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

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

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

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