#B4ADBE

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

Shades of French Grey #B4ADBE

Tints of French Grey #B4ADBE

Color information

#B4ADBE (or 0xB4ADBE) is unknown color: approx French Grey. HEX triplet: B4, AD and BE. RGB value is (180,173,190). Sum of RGB (Red+Green+Blue) = 180+173+190=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADBE is #4B5241. Grayscale: #B0B0B0. Windows color (decimal): -4936258 or 12496308. OLE color: 12496308.

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

Color convert

RGB180173190-
CMYK0.050.0900.25
HSL264.71º11.56%71.18%-
HSV(B)264.71º8.95%74.51%-
XYZ43.0643.3154.8-
YUV177.03135.32130.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=33.15%
G=31.86%
B=34.99%

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
Decimal1801731900.050.0900.25264.7111.5671.18
HexB4ADBE59019109c47
Octal26425527651103141114107
Binary101101001010110110111110101100101100110000100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADBE; }

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

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

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

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

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

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

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

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